From 3eb0fd17713fea8fecb16e97d6c1170176eb7812 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 24 Mar 2015 11:46:35 -0700 Subject: [PATCH] Move to hacking 0.10 Release notes: http://lists.openstack.org/pipermail/openstack-dev/2015-January/054165.html Remove deleted hacking rules from toxini (H803) Change-Id: I97965ec81e6eaf771f74b6044945f23fae395ba5 --- test-requirements.txt | 2 +- tox.ini | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index f11016d03..1d724f37d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.9.4,<0.10 +hacking<0.11,>=0.10.0 coverage>=3.6 discover mock>=1.0 diff --git a/tox.ini b/tox.ini index 1324fb75c..54fcc655a 100644 --- a/tox.ini +++ b/tox.ini @@ -56,8 +56,7 @@ commands = [flake8] # H404 multi line docstring should start with a summary # H405 multi line docstring summary not separated with an empty line -# H803 no full stop at the end of the commit message -ignore = H404,H405,H803 +ignore = H404,H405 show-source = true exclude=.*,dist,*openstack/common*,*lib/python*,*egg,tools,build max-complexity=20