H803 hacking have been deprecated

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

Change-Id: I70af0497359bbaa0cc122f6505cb5b000e4e719d
This commit is contained in:
xhzhf 2016-12-21 03:24:42 +08:00
parent 8b754f82be
commit a70e7424e9

View File

@ -38,12 +38,11 @@ commands = {posargs}
#commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
# E501 skipped because some of the code files include templates
# that end up quite wide
show-source = True
ignore = E123,E125,H803,E501
ignore = E123,E125,E501
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,release-tag-*