Skip to content

Commit

Permalink
Make unnecessary-cast a warning instead of an error
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Oct 9, 2023
1 parent 3e57b00 commit 1bc77ea
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 @@ -94,6 +94,7 @@ reportUnnecessaryIsInstance = "warning"
reportPrivateImportUsage = "none"
reportPrivateUsage = "none"
reportUnnecessaryTypeIgnoreComment = "warning"
reportUnnecessaryCast = "warning"

[tool.ruff]
line-length = 100
Expand Down

0 comments on commit 1bc77ea

Please sign in to comment.