From 3bee82ad3fc6c9115d62d6319fb776fc94cb127d Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 25 Nov 2013 03:19:07 +0000 Subject: [PATCH] Ignore E126. Change-Id: I61abeba1dc987569e23bbfb5ab45c55e42916313 --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e19826b..0888509 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' [flake8] show-source = True -ignore = E123,E125,H803 +# E126: from PEP8 upstream, 'most folk agree that its bad'. +ignore = E123,E125,E126,H803 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build \ No newline at end of file +exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build