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:
Li Wei 2016-09-21 15:17:59 +08:00
parent 19bca99ccf
commit 62ed853956

View File

@ -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]