summaryrefslogtreecommitdiff
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 a38a35aed..7e983510e 100644
--- a/pylintrc
+++ b/pylintrc
@@ -332,7 +332,7 @@ max-locals=25
max-returns=11
# Maximum number of branch for function / method body
-max-branches=26
+max-branches=27
# Maximum number of statements in function / method body
max-statements=100