summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-23 09:39:20 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-05-23 09:39:32 -0500
commit29f2655af2372023788cc5a88ed3de7db1d6f010 (patch)
treeb17f3c8201fa6d88a5afa493e883ef4fdeefdbc6 /tox.ini
parentb05ebb87805de478b8d264b5636cc0d22d0a7946 (diff)
downloadkeystone-29f2655af2372023788cc5a88ed3de7db1d6f010.tar.gz
keystone-29f2655af2372023788cc5a88ed3de7db1d6f010.tar.xz
keystone-29f2655af2372023788cc5a88ed3de7db1d6f010.zip
Remove unused variables (flake8 F841)
Change-Id: I716a6b61c2b3faaa23cc79f58c6c6e01cfc232f2
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 e56e56d8..d8e960c0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,6 @@ commands = {posargs}
[flake8]
show-source = true
-ignore = H,F841
+ignore = H
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor