Skip to content

Commit 7241fd0

Browse files
committed
max-locals=20
1 parent 5d1e163 commit 7241fd0

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
@@ -414,7 +414,7 @@ max-bool-expr=5
414414
max-branches=15
415415

416416
# Maximum number of locals for function / method body
417-
max-locals=18
417+
max-locals=20
418418

419419
# Maximum number of parents for a class (see R0901).
420420
max-parents=7

0 commit comments

Comments
 (0)