Skip to content

Commit

Permalink
Merge pull request #87 from jtc42/no-too-many-positional-arguments
Browse files Browse the repository at this point in the history
test: ignore too-many-positional-arguments in pylint
  • Loading branch information
jtc42 authored Sep 25, 2024
2 parents 4222fb3 + 04ddaa5 commit 6af3f09
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 @@ -193,6 +193,7 @@ disable = [
"consider-using-assignment-expr", # Disabled until walrus operator is widely used
"unused-variable", # Too many false positives
"too-many-lines", # Disable until refactor
"too-many-positional-arguments" # No immediately obvious, sensible way to refactor
]
enable = [
"bad-inline-option",
Expand Down

0 comments on commit 6af3f09

Please sign in to comment.