summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-09-14 21:45:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-09-14 21:45:00 -0400
commit1794c06675ec60b39b9c75d773ea105157ff5200 (patch)
tree5a90fd223233e4cc6f80c4b3affdf191ff6d8e1f /pylintrc
parentc1134887bc38568af5c972fc5cc79a4a98f5a5d5 (diff)
downloadpython-coveragepy-1794c06675ec60b39b9c75d773ea105157ff5200.tar.gz
Refactor the base test case into separate mixins using addCleanup
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 7d018bc..486bf34 100644
--- a/pylintrc
+++ b/pylintrc
@@ -245,7 +245,7 @@ max-branches=50
max-statements=150
# Maximum number of parents for a class (see R0901).
-max-parents=7
+max-parents=12
# Maximum number of attributes for a class (see R0902).
max-attributes=40