Tox: Remove exclude directories that no longer exist
Remove directories that no longer exist in the project, for example openstack/common. This is now part of libraries that are imported. TrivialFix Change-Id: I5e8abb022686c581e5faa8063b7497582122cc3e
This commit is contained in:
parent
93ed80c197
commit
18b2f02676
2
tox.ini
2
tox.ini
@ -69,7 +69,7 @@ commands = bandit-baseline -r octavia -ll -ii
|
|||||||
ignore = O321
|
ignore = O321
|
||||||
show-source = true
|
show-source = true
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||||
|
|
||||||
[hacking]
|
[hacking]
|
||||||
import_exceptions = octavia.i18n
|
import_exceptions = octavia.i18n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user