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: Ia72a3cdcf3f5c02e491a535d212b44ee1eb3249c
This commit is contained in:
lilintan 2016-09-21 16:34:42 +08:00
parent e0745a1585
commit 3a824f7cf3
1 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,4 @@ commands = oslo_debug_helper {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