Skip to content

Commit d25d216

Browse files
committed
New rule for pylintrc
1 parent 9fab15f commit d25d216

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pylintrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,10 @@ valid-metaclass-classmethod-first-arg=cls
462462
# Maximum number of arguments for function / method.
463463
max-args=100
464464

465+
# New, hoping for https://github.com/pylint-dev/pylint/issues/5462 to drop soon so this config can be updated
466+
# cleanly
467+
max-positional-arguments=100
468+
465469
# Maximum number of attributes for a class (see R0902).
466470
max-attributes=100
467471

0 commit comments

Comments
 (0)