diff --git a/pyproject.toml b/pyproject.toml index e438f412..75bcd344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -387,7 +387,7 @@ plugins = [ [tool.pyrefly] errors.non-exhaustive-match = "error" -errors.unused-ignore = "error" +preset = "strict" [tool.pyright] typeCheckingMode = "strict"