diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ commands = {posargs} # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,E402,W503 +ignore = E123,E125,E402,W503,W504 max-line-length = 160 builtins = _ exclude = .git,.tox,tests/unit/compat/ |