Delete *openstack/common* in flake8 exclude list
There is not *openstack/common* directory in vitrage-dashboard, we should drop it for improving searching efficiency. Change-Id: Ibbeaef7654fcce776a831390823bc680df654a7c
This commit is contained in:
parent
a121d18976
commit
8fe42b2d94
2
tox.ini
2
tox.ini
@ -32,4 +32,4 @@ commands = oslo_debug_helper {posargs}
|
|||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125
|
ignore = E123,E125
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user