Skip to content

Commit 58a6354

Browse files
committed
pylint: increase max-args
1 parent a5a2698 commit 58a6354

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
@@ -494,7 +494,7 @@ valid-metaclass-classmethod-first-arg=mcs
494494
[DESIGN]
495495

496496
# Maximum number of arguments for function / method.
497-
max-args=15
497+
max-args=20
498498

499499
# Maximum number of attributes for a class (see R0902).
500500
max-attributes=20

0 commit comments

Comments
 (0)