summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3bbe0a1..ac450ab 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,7 +47,7 @@ commands =
# E731 skipped as assign a lambda expression
show-source = True
-ignore = E123,E125,E731
+ignore = E123,E125,E731,W504
# H106: Don’t put vim configuration in source files
# H203: Use assertIs(Not)None to check for None