Clean up flake8 ignore list

Due to update of hacking H302 is not needed any more.

Change-Id: Ibc5b5e11e7021caed19c895786f920c300e2109b
Related-Bug: 1516045
This commit is contained in:
Martin Oemke
2016-01-27 22:02:03 +01:00
parent 8a64606654
commit 4878cc999c

View File

@@ -26,7 +26,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8] [flake8]
# E125 continuation line does not distinguish itself from next logical line # E125 continuation line does not distinguish itself from next logical line
# H302 import only modules ignore = E125
ignore = E125,H302
show-source = true show-source = true
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools