Remove H305,H307,H402,H407,H904

These rules were removed from hacking.

Change-Id: Ice36d79a17ba38bb52a79c039535e7cb61150804
This commit is contained in:
Zhenguo Niu 2015-07-16 11:11:30 +08:00
parent 574c5224a8
commit a8a2060de7

View File

@ -43,7 +43,7 @@ commands = {posargs}
show-source = True
# H301 is ignored on purpose.
# The rest of the ignores are TODOs.
ignore = F821,H237,H238,H301,H305,H307,H402,H404,H405,H407,H501,H904
ignore = F821,H237,H238,H301,H404,H405,H501
builtins = _
exclude=.venv,.tox,dist,doc,openstack,*egg,tools,etc,build,*.po,*.pot
filename=*.py,trove-*