Skip to content

Commit cb0fb86

Browse files
adamtheturtleclaude
andcommitted
Use the pyrefly strict preset
The strict preset enables unused-ignore along with implicit-any, missing-override-decorator and other checks. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 parent 63edd4a commit cb0fb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ plugins = [
405405

406406
[tool.pyrefly]
407407
errors.non-exhaustive-match = "error"
408-
errors.unused-ignore = "error"
408+
preset = "strict"
409409

410410
[tool.pyright]
411411
typeCheckingMode = "strict"

0 commit comments

Comments
 (0)