H803 hacking have been deprecated

H803 hacking have been removed since hacking 0.10.
https://github.com/openstack-dev/hacking/blob/master/setup.cfg.
Closes-Bug: #1651715

Change-Id: I6ccc56071cdda3a39e8a5ce3f0688be6612ad8fd
This commit is contained in:
xhzhf 2016-12-21 03:01:34 +08:00
parent c10e5bd1bc
commit 7ee939d445

View File

@ -32,7 +32,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8] [flake8]
# E125 and E128 are ignored on purpose, they are invalid pep8 # E125 and E128 are ignored on purpose, they are invalid pep8
# H803 is ignored on purpose - gating on periods in commit messages
# The following rules should either be addressed or determined to be # The following rules should either be addressed or determined to be
# skippable long term. # skippable long term.
# H405 is ignored to make switch to newer hacking easier # H405 is ignored to make switch to newer hacking easier
@ -40,7 +39,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
# H233 is ignored to make switch to newer hacking easier # H233 is ignored to make switch to newer hacking easier
# E265 is ignored to make switch to newer hacking easier # E265 is ignored to make switch to newer hacking easier
# H236 is ignored to make switch to newer hacking easier # H236 is ignored to make switch to newer hacking easier
ignore = E125,E128,H803,H405,H234,H233,E265,H236 ignore = E125,E128,H405,H234,H233,E265,H236
builtins = _ builtins = _
show-source = True show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build