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: Ib63f8a57db170bac08fecd2924e5a042d909b84e
This commit is contained in:
gecong1973 2017-02-03 16:13:06 +08:00
parent 6ddcd55394
commit 8d038af700
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ commands = {posargs}
[flake8]
# H405 multi line docstring summary not separated with an empty line
ignore = H803,H405
ignore = H405
exclude = .venv,.tox,dist,doc,*.egg,./os_collect_config/openstack/*
show-source = true