Skip to content

Commit

Permalink
Merge pull request #544 from averevki/pylint-positional-args
Browse files Browse the repository at this point in the history
Disable too-many-positional arguments from pylint
  • Loading branch information
jsmolar authored Sep 24, 2024
2 parents 06cc958 + 9981a92 commit 364b75e
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 @@ -70,6 +70,7 @@ disable = [
"fixme", # ignore TODOs
"redefined-outer-name",
"too-many-arguments",
"too-many-positional-arguments",
"too-few-public-methods"]

[tool.pylint.BASIC]
Expand Down

0 comments on commit 364b75e

Please sign in to comment.