Merge "H305 and H307 hacking have been deprecated"

This commit is contained in:
Jenkins 2017-01-05 08:02:12 +00:00 committed by Gerrit Code Review
commit dff5945374
1 changed files with 1 additions and 3 deletions

View File

@ -35,9 +35,7 @@ exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_templ
# H102 Apache 2.0 license header not found
# H238 old style class declaration, use new style
# H301 one import per line
# H305 imports not grouped correctly
# H306 imports not in alphabetical order
# H307 like imports should be grouped together
# H405 multi line docstring summary not separated with an empty line
# H904 Wrap long lines in parentheses instead of a backslash
ignore = E127,E128,E501,H102,H238,H301,H305,H306,H307,H405,H904
ignore = E127,E128,E501,H102,H238,H301,H306,H405,H904