Delete H803 from ignore list
The H803 rule have been removed from hacking since v0.10.0. we can remove H803 from the ignore list. Change-Id: Ib3de9f9e30eef33338f3c784d4b9ac81faeb45a5
This commit is contained in:
parent
614ae135e9
commit
79bb9e9a7d
6
tox.ini
6
tox.ini
@ -36,7 +36,6 @@ commands = python setup.py build_sphinx
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
# H803 skipped on purpose per list discussion.
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
# Following checks are ignored on purpose.
|
||||
#
|
||||
@ -46,9 +45,6 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
|
||||
# E265 block comment should start with '# '
|
||||
# reason: no improvement in readability
|
||||
#
|
||||
# H803 git commit title should not end with period
|
||||
# reason: removed in hacking (https://review.openstack.org/#/c/101498/)
|
||||
#
|
||||
# H904 wrap long lines in parentheses instead of a backslash
|
||||
# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
|
||||
#
|
||||
@ -58,7 +54,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
|
||||
# ignored on purpose for the moment and should be re-enabled.
|
||||
|
||||
show-source = True
|
||||
ignore = E123,E125,E126,E127,E128,E251,E265,H302,H405,H803,H904,H404
|
||||
ignore = E123,E125,E126,E127,E128,E251,E265,H302,H405,H904,H404
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
max-complexity=30
|
||||
|
Loading…
x
Reference in New Issue
Block a user