Drop *openstack/common* in flake8 exclude list

There is not this directory in debtcollector,so we
should drop it for improving searching efficiency.

Change-Id: I7886595d7d7e997bcf6e34b85514a087eeb313c3
This commit is contained in:
lilintan 2016-09-21 16:18:21 +08:00
parent ba9b213b63
commit a7c095ff23
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ commands = {posargs}
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build