From a1fb40fc73820587b3e9c94922a7ceb5f07e0562 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 11 Mar 2009 09:54:02 -0400 Subject: pylint needs to be told every little thing. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1