Skip to content

Commit

Permalink
Remove no-longer-used pylint option (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Aug 29, 2022
1 parent e727025 commit d759f57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,10 @@ expected-line-ending-format = "LF"

[tool.pylint."MESSAGES CONTROL"]
# Reasons disabled:
# bad-continuation - Invalid attack on black
# too-few-public-methods - Often irrelevant
# unnecessary-pass - This can hurt readability
# unused-argument – Typer's modeling uses this everywhere
disable = [
"bad-continuation",
"too-few-public-methods",
"unnecessary-pass",
"unused-argument",
Expand Down

0 comments on commit d759f57

Please sign in to comment.