From f95ffd529f95110f1709d5f46cefa3a33671b75a Mon Sep 17 00:00:00 2001 From: mrhanky Date: Tue, 22 Aug 2017 19:02:45 +0200 Subject: [PATCH] Updated flake8 settings --- tox.ini | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 5fa2f6a..6e5f0a2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,6 @@ [flake8] max-line-length = 120 exclude = - # No need to traverse our git directory + env, .git, - # There's no value in checking cache directories - __pycache__, - # Exclude startup file for repl - repl.py + __pycache__