Skip to content

Commit

Permalink
pylint: ignore too-many-positional-arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Sep 26, 2024
1 parent 97fc00e commit 9f29701
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 @@ -207,6 +207,7 @@ messages_control.disable = [
"too-few-public-methods",
"too-many-public-methods",
"too-many-instance-attributes",
"too-many-positional-arguments",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 9f29701

Please sign in to comment.