diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ commands = {posargs} [flake8] #show-source = True # E265 = comment blocks like @{ section, which it can't handle -ignore = E265 +# W293 = Blank line contains whitespace +ignore = E265,W293 max-line-length = 120 exclude = .tox,.venv,build,dist,doc,git/ext/ |