H402 hacking have been deprecated

Change-Id: I4395d0c01fffb6f4f61d289437984a87d7c19fd8
This commit is contained in:
Kalaswan Datta 2017-01-06 11:31:44 -05:00
parent 643200e9aa
commit 0b931f336f
1 changed files with 1 additions and 2 deletions

View File

@ -31,11 +31,10 @@ commands = {posargs}
# H301 one import per line
# H305 imports not grouped correctly
# H307 like imports should be grouped together
# H402 one line docstring needs punctuation
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
# H904 Wrap long lines in parentheses instead of a backslash
ignore = E123,E125,E126,E128,E129,E265,H301,H305,H307,H402,H404,H405,H904,H803
ignore = E123,E125,E126,E128,E129,E265,H301,H305,H307,H404,H405,H904,H803
show-source = True
builtins = _
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build