Skip to content

Commit 6cb77fc

Browse files
committed
chore: configure pylint positional arguments limit
Signed-off-by: Vincent Biret <[email protected]>
1 parent be0989c commit 6cb77fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pylintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,9 @@ max-statements=50
468468
# Minimum number of public methods for a class (see R0903).
469469
min-public-methods=2
470470

471+
# Maximum number of parameters allowed for a method (see R0917).
472+
max-positional-arguments=6
473+
471474

472475
[IMPORTS]
473476

0 commit comments

Comments
 (0)