Skip to content

Commit

Permalink
Disable too-many-positional-arguments in pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Oct 14, 2024
1 parent 891fc86 commit 77d14f4
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 @@ -49,6 +49,7 @@ disable=
too-many-lines,
too-many-locals,
too-many-nested-blocks,
too-many-positional-arguments,
too-many-public-methods,
too-many-return-statements,
too-many-statements,
Expand Down

0 comments on commit 77d14f4

Please sign in to comment.