summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a3509756..bb1e9a85 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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/