aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index b87e779..6b3e91d 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -2,7 +2,7 @@
max-args = 20
max-positional-arguments = 20
max-locals = 50
-max-branches = 25
+max-branches = 30
max-statements = 100
max-nested-blocks = 10
max-module-lines = 1250