Skip to content

Commit 8a2f616

Browse files
committed
go easy on pylint max-args as long as not too-many-positional-arguments
1 parent eb7dcf4 commit 8a2f616

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
@@ -355,7 +355,7 @@ exclude-too-few-public-methods=
355355
ignored-parents=
356356

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

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

0 commit comments

Comments
 (0)