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
changes/18/428618/1
gecong1973 6 years ago
parent 6ddcd55394
commit 8d038af700

@ -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

Loading…
Cancel
Save