Remove H803 rule

H803 rule was removed from hacking.

Change-Id: I4e1646e66a26a93bc2cad661a6941e23894dd55c
This commit is contained in:
Zhenguo Niu 2015-07-16 12:50:27 +08:00
parent de2e368391
commit c457cdaf22

View File

@ -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