Delete openstack in flake8

Look inside our catalogue already did not have openstack, so I think
we can delete the ignore

Change-Id: Idd102932374eb4a815fe1f3829120d0eb88b73e8
This commit is contained in:
jiansong 2016-09-24 20:32:21 -07:00
parent 2e34449db3
commit f21032a018
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ show-source = True
# The rest of the ignores are TODOs.
ignore = F821,H237,H238,H301,H404,H405,H501
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-*
[testenv:api-ref]