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:
3
tox.ini
3
tox.ini
@@ -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
|
||||||
|
Reference in New Issue
Block a user