Merge "H803 hacking have been deprecated"

This commit is contained in:
Jenkins 2017-01-02 14:53:22 +00:00 committed by Gerrit Code Review
commit 67881f7f31
1 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8]
# E125 and E128 are ignored on purpose, they are invalid pep8
# H803 is ignored on purpose - gating on periods in commit messages
# The following rules should either be addressed or determined to be
# skippable long term.
# H405 is ignored to make switch to newer hacking easier
@ -40,7 +39,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
# H233 is ignored to make switch to newer hacking easier
# E265 is ignored to make switch to newer hacking easier
# H236 is ignored to make switch to newer hacking easier
ignore = E125,E128,H803,H405,H234,H233,E265,H236
ignore = E125,E128,H405,H234,H233,E265,H236
builtins = _
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build