From 592304e0d6a1a237d98faf8b6b11fffced051827 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 11 May 2016 13:40:42 +0800 Subject: [PATCH] Trivial: remove openstack/common in flake8 exclude list There is no directory openstack/common any more, so ignore it. Change-Id: Ia1bb265a34d64be2d3cb31dbf6b0de42e90ec68a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d1dc79517..887865e99 100644 --- a/tox.ini +++ b/tox.ini @@ -53,7 +53,7 @@ commands = oslo_debug_helper {posargs} commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [flake8] -exclude = .venv*,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*.egg,.update-venv +exclude = .venv*,.git,.tox,dist,doc,*lib/python*,*.egg,.update-venv # NOTE(flaper87): Our currently max-complexity is 15. Not sure what the ideal complexity # for Zaqar should be but lets keep it to the minimum possible. max-complexity = 16