Skip to content

Commit

Permalink
add too-many-positional-arguments as a pylint message to be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
TolisChal committed Oct 23, 2024
1 parent 540b30d commit d0a336f
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 @@ -23,6 +23,7 @@ variable-rgx = "[a-z_][a-z0-9_]{1,30}$"
disable = [
# intentionally disabled:
"unknown-option-value",
"too-many-positional-arguments",
]

[tool.pylint.spelling]
Expand Down

0 comments on commit d0a336f

Please sign in to comment.