Merge "Enable H302 check"

This commit is contained in:
Jenkins 2014-02-08 06:43:44 +00:00 committed by Gerrit Code Review
commit a41b30af01

View File

@ -33,9 +33,8 @@ commands = {posargs}
# F821 undefined name 'name'
# F841 local variable 'name' assigned but never used
# H301 one import per line
# H302 import only modules
# H402 one line docstring needs punctuation.
# H404 multi line docstring should start with a summary
ignore = E711,E712,F821,F841,H301,H302,H402,H404
ignore = E711,E712,F821,F841,H301,H402,H404
builtins = _
exclude = .venv,.git,.tox,dist,doc,etc,*glance/locale*,*openstack/common*,*lib/python*,*egg,build