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:
parent
279bbcaa40
commit
4e9659aaed
2
tox.ini
2
tox.ini
@ -44,4 +44,4 @@ commands =
|
|||||||
# E123, E125 skipped as they are invalid PEP-8.
|
# E123, E125 skipped as they are invalid PEP-8.
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user