From 6251a1554c23d9a421a5819e4ec79bcbe08d5310 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 11 May 2016 19:12:39 +0800 Subject: [PATCH] Trivial: ignore openstack/common in flake8 exclude list The directory openstack/common doesn't exist any more. So remove it from flake8 exclude list. Another commit I46728e40e416bb532b86e2fc29361434fdee1296 fixes this in oslo-cookiecutter. Change-Id: I7aa53f37a21151905d9b51836fd244c832c9f6f3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 57342f04..76fb44b4 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' show-source = True ignore = H405 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build [hacking] import_exceptions =