H803 hacking have been deprecated

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

Change-Id: Icc441795a6aa2587372154f5d69e302236693348
Closes-Bug: #1650741
This commit is contained in:
Luong Anh Tuan
2017-01-16 10:01:51 +07:00
parent 353daea1e3
commit 48d091a302

View File

@@ -29,10 +29,9 @@ commands =
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