Skip to content

Commit 392087b

Browse files
committed
PyLint: ignore too-many-positional-arguments
Signed-off-by: Stefan Marr <[email protected]>
1 parent 53747b3 commit 392087b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ disable=raw-checker-failed,
8282
useless-object-inheritance,
8383
too-few-public-methods,
8484
too-many-arguments,
85+
too-many-positional-arguments,
8586
too-many-function-args,
8687
too-many-locals,
8788
too-many-instance-attributes,

0 commit comments

Comments
 (0)