From 8a33a68553986d662e6df272fbd2edafcf961c35 Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Fri, 14 Sep 2018 17:27:47 -0700 Subject: [PATCH] Do not lint the venv folder of disasters --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fc463b5..76c6b0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -exclude = .git,__pycache__,vendor +exclude = .git,__pycache__,vendor,.venv max_line_length = 99 [isort]