From 58fd470f959e553397771c95486f134e6ba4920e Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 27 May 2015 15:43:57 +1200 Subject: Update hacking version to fix pep8 gate job Any new failing rules have just been added to ignore for now, so that the gate can be unblocked quickly, although future changes which un-ignore those rules would be welcome. Change-Id: I5861ab178ae8bf4861c93941c33b551b7f90e835 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index caf84b9..dde3632 100644 --- a/tox.ini +++ b/tox.ini @@ -37,6 +37,7 @@ commands= downloadcache = ~/cache/pip [flake8] +ignore = E123,E126,E128,E241,E265,E713,H202,H405,H238 show-source = True exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build max-complexity=20 -- cgit v1.2.1