H803 hacking have been deprecated

H803 hacking have been removed.
https://github.com/openstack-dev/hacking/blob/master/setup.cfg
H803 comment still exists, remove comment
Closes-Bug: #1650747

Change-Id: I0de8267f76e0c15809d172082d0f94c5114a32d6
This commit is contained in:
xhzhf 2016-12-17 20:58:37 +08:00
parent 1ee1a409ed
commit 271eba4016

View File

@ -24,7 +24,6 @@ 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.
show-source = True