From c6d02b5f9f03d76599b1ea856987b04d48a370a2 Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Mon, 12 Aug 2013 16:00:54 +0100 Subject: [PATCH] Ignore the same pep8 errors as Nova fixes bug 1211359 Change-Id: I49dc9f8a302c624d3011c383bbdd62814aa94d44 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 499e1acd..6c43f4e8 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,6 @@ commands = {posargs} [flake8] # H302 import only modules. -ignore = E12,H302 +ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H102,H302,H404,F403,H501,F811,F841 builtins = _ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools