Document disable flake8/hacking warnings
document the ignored warnings in tox.ini. Change-Id: I4d22611f6676e96e5d5287bee4620e16ad41c3a1
This commit is contained in:
parent
724f36bd3e
commit
d16593eb10
2
tox.ini
2
tox.ini
@ -44,6 +44,8 @@ commands = {posargs}
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
|
# H405: multi line docstring summary not separated with an empty line
|
||||||
|
# W504 line break after binary operator
|
||||||
ignore = H405,W504
|
ignore = H405,W504
|
||||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user