From 94cf34992c92566ddbd67a77f6c6e3679fd62721 Mon Sep 17 00:00:00 2001 From: Valeriy Ponomaryov <vponomaryov@mirantis.com> Date: Wed, 8 Jun 2016 15:53:38 +0300 Subject: [PATCH] Add more dir exceptions to pep8 tox job Manila has more dynamically created dirs than we exclude in pep8 job. Such as 'build' and 'cover'. Therefore, exclude them too to speed up passing of pep8 job on dev machine where lots of dynamically created things exist. TrivialFix Change-Id: I256720846acdd584cadaf59e9dedaad0ff741ae3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 74a042a9b8..80ac091cec 100644 --- a/tox.ini +++ b/tox.ini @@ -82,7 +82,7 @@ commands = python tools/lintstack.py check # Following checks are ignored on purpose: ignore = builtins = _ -exclude = .venv,.tox,dist,doc,*egg +exclude = .git,.tox,.testrepository,.venv,build,cover,dist,doc,*egg [hacking] import_exceptions =