Remove *openstack/common* in flake8 exclude list
There is no this directory in zaqar-ui,we should remove it for improving searching efficiency. Change-Id: Ib340a8cdbab00343948bcc10d56793dca4e71224
This commit is contained in:
parent
19bca99ccf
commit
62ed853956
2
tox.ini
2
tox.ini
@ -36,7 +36,7 @@ commands =
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[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
|
||||
max-complexity = 20
|
||||
|
||||
[hacking]
|
||||
|
Loading…
Reference in New Issue
Block a user