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: I196a6a0ee19c9f0981383a3a71f6aa6a66395a8b
This commit is contained in:
gecong1973 2017-02-03 15:53:55 +08:00
parent 85e9a93481
commit da97230101
1 changed files with 1 additions and 1 deletions

View File

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