Skip to content

Commit

Permalink
Disable too-many-positional arguments from pylint
Browse files Browse the repository at this point in the history
Signed-off-by: averevki <[email protected]>
  • Loading branch information
averevki committed Sep 24, 2024
1 parent 06cc958 commit 9981a92
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 9981a92

Please sign in to comment.