Remove *openstack/common* from flake8 excclude list in tox.ini
The *openstack/common* was used to keep codes from oslo-incubator, but oslo-incubator was ignore in oslo3.11.0. So I think we needn't use it any more. Here is the oslo.utils CHANGES link: http://docs.openstack.org/developer/oslo.utils/history.html Change-Id: Ia8f46f8192bed49a7a7d71103c45a6ca5d2f6012
This commit is contained in:
parent
a9139a131c
commit
6e70a2a7fc
2
tox.ini
2
tox.ini
@ -90,7 +90,7 @@ commands = {posargs}
|
|||||||
ignore = E128
|
ignore = E128
|
||||||
show-source = true
|
show-source = true
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,.ropeproject
|
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject
|
||||||
|
|
||||||
[hacking]
|
[hacking]
|
||||||
import_exceptions = tacker._i18n
|
import_exceptions = tacker._i18n
|
||||||
|
Loading…
Reference in New Issue
Block a user