We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fab15f commit d25d216Copy full SHA for d25d216
pylintrc
@@ -462,6 +462,10 @@ valid-metaclass-classmethod-first-arg=cls
462
# Maximum number of arguments for function / method.
463
max-args=100
464
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
+
469
# Maximum number of attributes for a class (see R0902).
470
max-attributes=100
471
0 commit comments