Skip to content

Commit 51cec98

Browse files
committed
go easy on pylint max-args as long as not too-many-positional-arguments
1 parent 65b5bc9 commit 51cec98

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
@@ -342,7 +342,7 @@ exclude-too-few-public-methods=
342342
ignored-parents=
343343

344344
# Maximum number of arguments for function / method.
345-
max-args=6
345+
max-args=9 # as long as not hitting too-many-positional-arguments
346346

347347
# Maximum number of attributes for a class (see R0902).
348348
max-attributes=15

0 commit comments

Comments
 (0)