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 42f8d9f..cbc09b6 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501,E226,E126,W293,E502,E225,E302 +ignore = E501 max-complexity = 12 [testenv] |