Remove H803 rule
H803 rule was removed from hacking. Change-Id: I4e1646e66a26a93bc2cad661a6941e23894dd55c
This commit is contained in:
parent
de2e368391
commit
c457cdaf22
3
tox.ini
3
tox.ini
@ -32,11 +32,10 @@ commands = {posargs}
|
||||
commands = ./coverage.sh {posargs}
|
||||
|
||||
[flake8]
|
||||
# H803 skipped on purpose per list discussion.
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
|
||||
show-source = True
|
||||
ignore = E123,E125,H803
|
||||
ignore = E123,E125
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user