From 7ee939d44577f63bd75ee00682f02fe3b0e5c39a Mon Sep 17 00:00:00 2001 From: xhzhf Date: Wed, 21 Dec 2016 03:01:34 +0800 Subject: [PATCH] H803 hacking have been deprecated H803 hacking have been removed since hacking 0.10. https://github.com/openstack-dev/hacking/blob/master/setup.cfg. Closes-Bug: #1651715 Change-Id: I6ccc56071cdda3a39e8a5ce3f0688be6612ad8fd --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d3a841fe..50f6fe71 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' [flake8] # E125 and E128 are ignored on purpose, they are invalid pep8 -# H803 is ignored on purpose - gating on periods in commit messages # The following rules should either be addressed or determined to be # skippable long term. # H405 is ignored to make switch to newer hacking easier @@ -40,7 +39,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' # H233 is ignored to make switch to newer hacking easier # E265 is ignored to make switch to newer hacking easier # H236 is ignored to make switch to newer hacking easier -ignore = E125,E128,H803,H405,H234,H233,E265,H236 +ignore = E125,E128,H405,H234,H233,E265,H236 builtins = _ show-source = True exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build