summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-30 14:57:58 +0200
committerAndreas Jaeger <aj@suse.com>2020-03-30 14:57:58 +0200
commitd16593eb10518df1e366623260963d651c5625e6 (patch)
treef6cd0d8c9633c70555fff372f460b7ef83a4aebd /tox.ini
parent724f36bd3e6573329531f222d7fbe2f51f971da8 (diff)
downloadoslo-vmware-d16593eb10518df1e366623260963d651c5625e6.tar.gz
Document disable flake8/hacking warnings
document the ignored warnings in tox.ini. Change-Id: I4d22611f6676e96e5d5287bee4620e16ad41c3a1
Diffstat (limited to 'tox.ini')
-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