From 8da946b768f036755c99c525ea9476af40edff5b Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 7 Jul 2001 00:04:35 +0000 Subject: better defaults --- pycheckrc-for-anaconda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pycheckrc-for-anaconda') 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 -- cgit