H803 hacking have been deprecated

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

Change-Id: If55a2809b03f98f494815dca96af8a36d6929ed1
This commit is contained in:
xhzhf 2016-12-21 22:21:45 +08:00
parent bf10d4b6fe
commit 53f8f2121c
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ commands =
commands = python setup.py test --coverage --coverage-package-name=instack_undercloud --testr-args='{posargs}'
[flake8]
ignore = H803
show-source = True
# puppet-stack-config horribly violates E501 (line length), but I'm not
# bothered enough to spend the time to fix it.