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:
parent
c10e5bd1bc
commit
7ee939d445
3
tox.ini
3
tox.ini
@ -32,7 +32,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
|
||||
[flake8]
|
||||
# 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
|
||||
# skippable long term.
|
||||
# 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
|
||||
# E265 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 = _
|
||||
show-source = True
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
|
Loading…
Reference in New Issue
Block a user