Merge "Delete openstack in flake8"

This commit is contained in:
Jenkins 2016-09-28 16:45:20 +00:00 committed by Gerrit Code Review
commit 8abf48f3f6

View File

@ -73,7 +73,7 @@ show-source = True
# The rest of the ignores are TODOs. # The rest of the ignores are TODOs.
ignore = F821,H237,H238,H301,H404,H405,H501 ignore = F821,H237,H238,H301,H404,H405,H501
builtins = _ builtins = _
exclude=.venv,.tox,.git,dist,doc,openstack,*egg,tools,etc,build,*.po,*.pot exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot
filename=*.py,trove-* filename=*.py,trove-*
[testenv:api-ref] [testenv:api-ref]