Skip to content

Commit

Permalink
disable too-many-positional-arguments pylint check
Browse files Browse the repository at this point in the history
  • Loading branch information
cblades-tc committed Oct 2, 2024
1 parent 8e374d8 commit 8631a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ disable = [
"too-many-lines",
"too-many-locals",
"too-many-nested-blocks",
"too-many-positional-arguments",
"too-many-public-methods",
"too-many-statements",
"unspecified-encoding", # TODO: fix issues and remove this disable
Expand Down

0 comments on commit 8631a6b

Please sign in to comment.