Remove H302, H803, H904

These rules were removed from hacking.

H803: https://review.openstack.org/#/c/101498/
H904: https://review.openstack.org/#/c/101701/
H302: https://review.openstack.org/#/c/142586/

Change-Id: I9f7ec4ed8093972335bd5bbfa1686878ca1d833e
This commit is contained in:
Zhenguo Niu 2015-07-16 12:45:31 +08:00
parent aac69ca2f8
commit 4fdd09ab52
1 changed files with 1 additions and 2 deletions

View File

@ -51,13 +51,12 @@ commands =
--namespace keystonemiddleware.auth_token
[flake8]
# H803 skipped on purpose per list discussion.
# E711 is ignored because it is normal to use "column == None" in sqlalchemy
# The rest of the ignores are TODOs
# New from hacking 0.9: E129, E131, H407, H405, H904
# E251 Skipped due to https://github.com/jcrocholl/pep8/issues/301
ignore = E131,E251,H302,H405,H803,H904,E711
ignore = E131,E251,H405,E711
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,magnum/common/pythonk8sclient
[hacking]