summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-11 09:54:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-11 09:54:02 -0400
commita1fb40fc73820587b3e9c94922a7ceb5f07e0562 (patch)
treefbede13e2f4912bad9f0c9d89423baaaa3463978
parent26010a8525b22f3aee92a0db2fc505e17727e649 (diff)
downloadpython-coveragepy-a1fb40fc73820587b3e9c94922a7ceb5f07e0562.tar.gz
pylint needs to be told every little thing.
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index c145d00..b8e6f22 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -243,7 +243,7 @@ max-parents=7
max-attributes=40
# Minimum number of public methods for a class (see R0903).
-min-public-methods=1
+min-public-methods=0
# Maximum number of public methods for a class (see R0904).
max-public-methods=500