Delete H803 from ignore list

The H803 rule have been removed from hacking since v0.10.0.
we can remove H803 from the ignore list.

Change-Id: Ib5d6f9a223f60264976c7f9902b349a69f3f9750
This commit is contained in:
gecong1973 2017-02-03 15:31:31 +08:00
parent 1bd0206930
commit c84a19efda
1 changed files with 0 additions and 1 deletions

View File

@ -27,6 +27,5 @@ commands =
commands = {posargs} commands = {posargs}
[flake8] [flake8]
ignore = H803
exclude = .venv,.tox,dist,doc,*.egg exclude = .venv,.tox,dist,doc,*.egg
show-source = true show-source = true