Remove openstack/common from the exclude list of flake8 in tox
The Oslo team has moved all previously incubated code from the 'openstack/oslo-incubator' repository into separate library repositories and released those libraries to the Python Package Index, so the directory should be removed. Change-Id: Iba22758f26152f847b518ba899c2e3d8eb5d678f
This commit is contained in:
parent
8493c95054
commit
21eed0b726
2
tox.ini
2
tox.ini
@ -171,7 +171,7 @@ commands =
|
|||||||
{envpython} {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings {posargs}
|
{envpython} {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject
|
exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject
|
||||||
# H405 multi line docstring summary not separated with an empty line
|
# H405 multi line docstring summary not separated with an empty line
|
||||||
ignore = H405
|
ignore = H405
|
||||||
max-complexity = 20
|
max-complexity = 20
|
||||||
|
Loading…
Reference in New Issue
Block a user