summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2014-06-17 15:56:47 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2014-07-09 14:10:23 +0800
commit1db17aaad9a04cc98fc848b23a76db52a5f62965 (patch)
tree71b4f83400d64dd7bae7cb3fd3db847647c14545 /tox.ini
parentd613adc434e93c24d7c3bb34849d2aed1710e0d5 (diff)
downloadpython-glanceclient-1db17aaad9a04cc98fc848b23a76db52a5f62965.tar.gz
Enable F841
F841 detects local variable is assigned to but never used. This commit fixes the violations and enables F841 in gate. Change-Id: Ic4dcac2733dfe334009327ac17aa3952cafaa63a
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 86cc0bf..5c97677 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,6 +32,6 @@ downloadcache = ~/cache/pip
# H302 import only modules
# H303 no wildcard import
# H404 multi line docstring should start with a summary
-ignore = F403,F841,F812,F821,H233,H302,H303,H404
+ignore = F403,F812,F821,H233,H302,H303,H404
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build