summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-12 10:20:58 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-12 10:20:58 +0800
commit0ae1810e1f52be0f8357f472a56c46a1a23b0884 (patch)
treebdf2f5af0f7ac7103660a000ed76d9e2a090d56f /tox.ini
parent54fe0925e75d93457771d7cddebf8c5aa33bf8a7 (diff)
downloadoslo-vmware-0ae1810e1f52be0f8357f472a56c46a1a23b0884.tar.gz
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: I36cabd08d1e89b2f2e42ec7c97e9282c2dd8e36c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a310220..0b0e0c0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ commands = {posargs}
[flake8]
show-source = True
ignore = H405
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
[hacking]
import_exceptions = oslo_vmware._i18n