summaryrefslogtreecommitdiffstats
path: root/pycheckrc-for-anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'pycheckrc-for-anaconda')
-rw-r--r--pycheckrc-for-anaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycheckrc-for-anaconda b/pycheckrc-for-anaconda
index 536cd1135..11b44ae3a 100644
--- a/pycheckrc-for-anaconda
+++ b/pycheckrc-for-anaconda
@@ -28,7 +28,7 @@ importUsed = 1
localVariablesUsed = 1
# bool: assume a, b, and c are used in this case: a, b, c = func()
-unusedLocalTuple = 1
+unusedLocalTuple = 0
# bool: warn when __init__ is defined in a subclass
initDefinedInSubclass = 0