Delete H803 in flake8 ignore

In hacking >= 0.10.0,do not have H803.So we should delete
it in flake8 ignore list.

Change-Id: Ife2b05586211b574eb87412f922e1a5d0ef75b0b
This commit is contained in:
Wei Li 2016-08-02 19:22:06 +08:00
parent 10a81baefa
commit b82bfe041c

View File

@ -19,10 +19,9 @@ commands = python setup.py build_sphinx
commands = python setup.py test --coverage --coverage-package-name=oslo_policy --testr-args='{posargs}'
[flake8]
# H803 skipped on purpose per list discussion.
show-source = True
ignore = H803
ignore =
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build