Merge "H803 hacking have been deprecated"

This commit is contained in:
Jenkins 2017-01-09 07:51:21 +00:00 committed by Gerrit Code Review
commit f750d31169
1 changed files with 1 additions and 2 deletions

View File

@ -25,11 +25,10 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = python setup.py build_sphinx
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H803
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build