Skip to content

Commit 07f1edc

Browse files
committed
Disable 'too-many-positional-arguments' pylint rule
1 parent a3608e1 commit 07f1edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ indent-after-paren=4
1313
expected-line-ending-format=LF
1414

1515
[MESSAGES CONTROL]
16-
disable=C0111,too-many-arguments,too-many-instance-attributes
16+
disable=C0111,too-many-arguments,too-many-instance-attributes,too-many-positional-arguments
1717

1818
[REPORTS]
1919
reports=no

0 commit comments

Comments
 (0)