From 92c134fe694d0a538ae0d7eaa36210df264c2e16 Mon Sep 17 00:00:00 2001 From: lilintan Date: Mon, 11 Jul 2016 05:06:32 -0400 Subject: Don't include openstack/common in flake8 exclude list The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I52f0a8a12c37615669853535bff403c2728aee43 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2024e4a..91d19d7 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ show-source = True # D400: First line should end with a period # D401: First line should be in imperative mood ignore = H405,D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D208,D400,D401 -exclude = .tox,dist,doc,*.egg,build,./pycadf/openstack/common +exclude = .tox,dist,doc,*.egg,build [hacking] import_exceptions = -- cgit v1.2.1