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: Icbdd997b525708896c88a0a207f92ff958bae3ab
This commit is contained in:
Wei Li 2016-08-02 20:10:29 +08:00
parent 279bbcaa40
commit 4e9659aaed
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ commands =
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build