Skip to content

Commit 1617afa

Browse files
authored
MNT: Add too-many-positional-arguments to lint ignore rules (#1441)
1 parent 2395cf7 commit 1617afa

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
@@ -23,6 +23,7 @@ disable=cyclic-import,
2323
too-few-public-methods,
2424
too-many-arguments,
2525
too-many-locals,
26+
too-many-positional-arguments,
2627
too-many-public-methods
2728

2829

0 commit comments

Comments
 (0)