diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,4 +20,5 @@ whitelist_externals = /bin/bash #ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405 # dovetail flake8 ignores ignore = E123,E125,H803 +max-line-length = 99 exclude = .venv,.git,.tox,dist,docs,*egg,build |