From ffc660fead6d16fc0c92fef860570bc412c7b7aa Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 22 Dec 2016 11:47:01 +1100 Subject: [PATCH] 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 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index e798988..f644eb0 100644 --- a/tox.ini +++ b/tox.ini @@ -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]