From 6ae01277636c941e2782f8c4d6c90cdc66356c45 Mon Sep 17 00:00:00 2001 From: Dina Belova Date: Mon, 12 Jan 2015 13:38:02 +0300 Subject: [PATCH] Update hacking to global requirements Change-Id: I70ac868c35b2e8f07917657a05e0cd1141e687ab --- test-requirements.txt | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index bc2d0a1e..6dffed55 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 already pins down pep8, pyflakes and flake8 -hacking>=0.9.1,<0.10 +hacking>=0.10.0,<0.11 coverage>=3.6 discover fixtures>=0.3.14 diff --git a/tox.ini b/tox.ini index 480a6d6e..5013166f 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ commands= [flake8] # H405 multi line docstring summary not separated with an empty line # H904 Wrap long lines in parentheses instead of a backslash -ignore = H405,H904 +# H105 Don't use author tags +ignore = H405,H904,H105 show-source = True exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools