From 62ed853956f80fbe41a4493fe7d49225e2f9e993 Mon Sep 17 00:00:00 2001 From: Li Wei Date: Wed, 21 Sep 2016 15:17:59 +0800 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d5aa5ff..ef9851e 100644 --- a/tox.ini +++ b/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]