H803 hacking have been deprecated
H803 hacking have been removed since hacking 0.10. https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: I15c5da46273e9fbf1de20f5bc6115e4fe710c555
This commit is contained in:
parent
bd25182d1f
commit
220dd9b933
3
tox.ini
3
tox.ini
@ -61,12 +61,11 @@ commands = sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/bu
|
|||||||
deps = .[sphinxext]
|
deps = .[sphinxext]
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# H803 skipped on purpose per list discussion.
|
|
||||||
# E123, E125 skipped as they are invalid PEP-8.
|
# E123, E125 skipped as they are invalid PEP-8.
|
||||||
# E501 skipped because some of the code files include templates
|
# E501 skipped because some of the code files include templates
|
||||||
# that end up quite wide
|
# that end up quite wide
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125,H803,E501
|
ignore = E123,E125,E501
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,release-tag-*
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,release-tag-*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user