H803 hacking have been deprecated

H803 hacking have been removed.
https://github.com/openstack-dev/hacking/blob/master/setup.cfg
Closes-Bug: #1650741

Change-Id: I915f80e1ef5a04f627fae9d60644b191e9e1cbed
This commit is contained in:
xhzhf 2016-12-21 22:45:26 +08:00
parent d621022954
commit 4170e3fc56
1 changed files with 1 additions and 2 deletions

View File

@ -25,10 +25,9 @@ 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,*openstack/common*,*lib/python*,*egg,build