H803 no longer exists so no longer ignore it

The H8xx rules have been removed from hacking since v0.10.0.  Given that
blazar-nova is now using a modern hacking we can remove H803 from the
ignore list.

Change-Id: Ibe07fc7ae71ed8311794d8e0a435002a9f14e5eb
This commit is contained in:
Tony Breeds 2016-12-22 11:47:01 +11:00 committed by Hiroaki Kobayashi
parent e7ffaf319b
commit ffc660fead
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ commands = {posargs}
[flake8]
show-source = true
builtins = _
# H803: git commit title ('%s') should not end with period
ignore = H803
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
[hacking]