Merge "H803 hacking have been deprecated"

This commit is contained in:
Jenkins 2017-02-01 16:28:30 +00:00 committed by Gerrit Code Review
commit 52f48dd862

View File

@ -37,11 +37,10 @@ commands = {toxinidir}/manage.py test designatedashboard --settings=designatedas
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,*openstack/common*,*lib/python*,*egg,build,releasenotes