Remove H803 of flake8 ignore list in tox

In hacking >=0.10.0,there is not H803,we should remove it.

Change-Id: Ie290e66824efee3f302b97d7f0418b3b18ede5e1
This commit is contained in:
shizhihui
2016-08-17 20:19:00 +08:00
parent cdf530fd19
commit 11f129d98d

View File

@@ -28,10 +28,9 @@ commands = python setup.py build_sphinx
commands = oslo_debug_helper -t toscaparser/tests {posargs}
[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,*lib/python*,*egg,build