Skip to content

Commit e3b3673

Browse files
authored
PylintRC: wrong argument
1 parent e6f82c9 commit e3b3673

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
@@ -467,7 +467,7 @@ max-statements=50
467467
min-public-methods=2
468468

469469
# Minimum number of public methods for a class (see R0903).
470-
max-args=12
470+
max-positional-arguments=12
471471

472472
[EXCEPTIONS]
473473

0 commit comments

Comments
 (0)