summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5fc2f94..94ff0be 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,6 +44,8 @@ commands = {posargs}
[flake8]
show-source = True
+# H405: multi line docstring summary not separated with an empty line
+# W504 line break after binary operator
ignore = H405,W504
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py