From 4878cc999c8b1fa3718cf36944a24a141c23f3c1 Mon Sep 17 00:00:00 2001 From: Martin Oemke Date: Wed, 27 Jan 2016 22:02:03 +0100 Subject: [PATCH] Clean up flake8 ignore list Due to update of hacking H302 is not needed any more. Change-Id: Ibc5b5e11e7021caed19c895786f920c300e2109b Related-Bug: 1516045 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e5c72897..86ff1a48 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' [flake8] # E125 continuation line does not distinguish itself from next logical line -# H302 import only modules -ignore = E125,H302 +ignore = E125 show-source = true exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools