H802 hacking have been deprecated

H802 hacking have been removed since hacking 0.10.
https://github.com/openstack-dev/hacking/blob/master/setup.cfg
Closes-Bug: #1653849

Change-Id: Ie1db82b3e5904a70ad1fb311d50df68a2352fc62
This commit is contained in:
xhzhf 2017-01-03 17:54:32 +08:00
parent 6e36349d84
commit 581f087124
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ envdir = devenv
usedevelop = True
[flake8]
ignore = H234,H302,H802
ignore = H234,H302
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,__init__.py,docs
show-pep8 = True
show-source = True