diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-07 00:04:35 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-07 00:04:35 +0000 |
commit | 8da946b768f036755c99c525ea9476af40edff5b (patch) | |
tree | 78c7845604c334499afd9a2e1dc097461e857cd4 | |
parent | 0e19e73cfed2502352b0add9379d01513becba33 (diff) | |
download | anaconda-8da946b768f036755c99c525ea9476af40edff5b.tar.gz anaconda-8da946b768f036755c99c525ea9476af40edff5b.tar.xz anaconda-8da946b768f036755c99c525ea9476af40edff5b.zip |
better defaults
-rw-r--r-- | pycheckrc-for-anaconda | 2 |
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 |