From 71ce8f5f30bef41278e1ea9be94932ade8aac313 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 11 May 2016 20:41:28 +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. Change-Id: I0ee8441d1253028b1dcd7bcb9389e92577dc5224 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0e4a951..530e5cc 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_reports show-source = True ignore = E123,E125 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 =