Document disable flake8/hacking warnings

document the ignored warnings in tox.ini.

Change-Id: I4d22611f6676e96e5d5287bee4620e16ad41c3a1
This commit is contained in:
Andreas Jaeger 2020-03-30 14:57:58 +02:00
parent 724f36bd3e
commit d16593eb10

View File

@ -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