From 9fd7c9d66605a5f9d86c13ad1f2fd98b9b54d123 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 23 Mar 2018 00:51:22 +0000 Subject: [PATCH] Exclude virtualenv from Flake8 linting. Again. No idea why this was removed. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index bba5fd30..028645b4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,4 @@ [flake8] max-line-length=120 application_import_names=bot +exclude=.venv