summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorjiansong <jian.song@easystack.cn>2016-09-24 20:32:21 -0700
committerjiansong <jian.song@easystack.cn>2016-09-24 20:32:21 -0700
commitf21032a018bb9bff4397a3c5bf7fe41ea23da3e8 (patch)
tree776b7128aa804d48afc8e91c9ded432c6c5a8266 /tox.ini
parent2e34449db34a7fee08babb83afc82363ae008a96 (diff)
downloadtrove-f21032a018bb9bff4397a3c5bf7fe41ea23da3e8.tar.gz
Delete openstack in flake8
Look inside our catalogue already did not have openstack, so I think we can delete the ignore Change-Id: Idd102932374eb4a815fe1f3829120d0eb88b73e8
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 bee483d7..6472f2e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -73,7 +73,7 @@ show-source = True
# The rest of the ignores are TODOs.
ignore = F821,H237,H238,H301,H404,H405,H501
builtins = _
-exclude=.venv,.tox,.git,dist,doc,openstack,*egg,tools,etc,build,*.po,*.pot
+exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot
filename=*.py,trove-*
[testenv:api-ref]