From 12b6538fcc3ebb1d6b1c0c39f05c9f51a7889bbb Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 11 Jan 2015 11:53:45 -0600 Subject: [PATCH] Move to hacking 0.10 Release notes: http://git.openstack.org/cgit/openstack-dev/hacking/tag/?id=0.10.0 Per the release notes, H803 has been removed. Change-Id: Ifaf62839a4b6da62a3b380396158b463c1381026 --- test-requirements.txt | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index d38641466f..ac9f71493f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 bashate>=0.2 # Apache-2.0 # Optional backend: SQL diff --git a/tox.ini b/tox.ini index 1d929192cc..5d689f211d 100644 --- a/tox.ini +++ b/tox.ini @@ -96,8 +96,8 @@ filename= *.py,keystone-all,keystone-manage show-source = true # H405 multi line docstring summary not separated with an empty line -# H803 Commit message should not end with a period (do not remove per list discussion) -ignore = H405,H803 +# New from hacking 0.10: H238 +ignore = H238,H405 exclude=.venv,.git,.tox,build,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor,.update-venv,*.ini,*.po,*.pot max-complexity=24