Skip to content

Commit 0c7689f

Browse files
Merge pull request #3203 from VWS-Python/unused-ignore-error
Use the pyrefly strict preset
2 parents 63edd4a + cb0fb86 commit 0c7689f

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)