Skip to content

Commit 63a15e9

Browse files
committed
chore: pylint, Increase maximum number of branch for function
1 parent 3c90678 commit 63a15e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ max-attributes=7
519519
max-bool-expr=5
520520

521521
# Maximum number of branch for function / method body.
522-
max-branches=12
522+
max-branches=20
523523

524524
# Maximum number of locals for function / method body.
525525
max-locals=15

0 commit comments

Comments
 (0)