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
commit151df1aa707218ae6a5e8d7d781aad408577dc76 (patch)
treefd11135f8314c74e652fcf4893040512d0128c1d
parentf94c9b095fce7bf01c752c7e2971132403e38f38 (diff)
downloadpython-coveragepy-git-151df1aa707218ae6a5e8d7d781aad408577dc76.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 c145d001..b8e6f22d 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