summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index 7669da6e8..8df15f713 100644
--- a/pylintrc
+++ b/pylintrc
@@ -350,6 +350,9 @@ min-public-methods=2
# Maximum number of public methods for a class (see R0904).
max-public-methods=25
+# List of regular expressions of class ancestor names to
+# ignore when counting public methods (see R0903).
+exclude-too-few-public-methods=
[CLASSES]