From d0254b736e531d64e88c7029699712f11e3232ed Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 11 Jun 2014 21:55:45 -0400 Subject: [PATCH] Bump hacking to 0.9.x series In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: I5711e066da1076486d291bc4f45359ecb26e1b1a --- test-requirements.txt | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4a4983617..b7f935fdd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.8.0,<0.9 +hacking>=0.9.1,<0.10 discover fixtures>=0.3.14 diff --git a/tox.ini b/tox.ini index 3c0ef4898..3db4bfb7b 100644 --- a/tox.ini +++ b/tox.ini @@ -22,5 +22,6 @@ commands = {posargs} [flake8] show-source = True +ignore = E226,E241,E265,E714,H237,H305,H307,H402,H405,H904 exclude = .tox,dist,doc,*.egg,build,__init__.py builtins = _