Merge "Clean up flake8 ignore list"

This commit is contained in:
Jenkins
2016-02-09 00:30:43 +00:00
committed by Gerrit Code Review

View File

@@ -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