Skip to content

Commit

Permalink
MNT: Add too-many-positional-arguments to lint ignore rules (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas authored Sep 29, 2024
1 parent 2395cf7 commit 1617afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ disable=cyclic-import,
too-few-public-methods,
too-many-arguments,
too-many-locals,
too-many-positional-arguments,
too-many-public-methods


Expand Down

0 comments on commit 1617afa

Please sign in to comment.