Skip to content

Commit

Permalink
Disable unhelpful lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Oct 6, 2024
1 parent 8a79d3d commit d1cdfa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ ignore = "_version.py"

[tool.pylint."MESSAGES CONTROL"]
disable = [
"arguments-differ", # Covered by pyright
"arguments-differ", # Covered by pyright
"fixme",
"too-few-public-methods",
"too-many-arguments",
"too-many-branches",
"too-many-instance-attributes",
"too-many-locals",
"too-many-positional-arguments",
]

[tool.setuptools]
Expand Down

0 comments on commit d1cdfa7

Please sign in to comment.