From ff1a8abb5d15f7cfa792c2b2f9ea974602bdef18 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 11 Jun 2014 21:57:36 -0400 Subject: 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: Id92d86233774000012f325c981df6772f64c33dd --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 1f88502..386f24c 100644 --- a/tox.ini +++ b/tox.ini @@ -28,5 +28,6 @@ commands = {posargs} [flake8] show-source = True +ignore = E128,E251,E265,H305,H307,H405,H904 exclude = .tox,dist,doc,*.egg,build,./pycadf/openstack/common builtins = _ -- cgit v1.2.1