Skip to content

Commit

Permalink
chore(pyright): Enable some rules
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jun 23, 2024
1 parent 4f93213 commit ec61937
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,13 @@ select = [
quote-annotations = true

[tool.pyright]
enableTypeIgnoreComments = false
reportIncompatibleMethodOverride = false
reportIncompatibleVariableOverride = false
reportUnnecessaryComparison = true
reportUnnecessaryContains = true
reportUnnecessaryIsInstance = true
reportUnnecessaryTypeIgnoreComment = true

[tool.ruff.lint.mccabe]
max-complexity = 15
Expand Down

0 comments on commit ec61937

Please sign in to comment.