diff options
Diffstat (limited to 'res/tox.ini')
-rw-r--r-- | res/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/tox.ini b/res/tox.ini index 9863e7a..1054908 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -7,7 +7,7 @@ downloadcache = ~/cache/pip [flake8] ignore = E501,E722 -exclude = ./venv-tox,./.tox +exclude = ./venv-tox,./.tox,./venv max-complexity = 12 [testenv] |