From 5dce62c82262af2c26dc56700c0b7e8675ae2a11 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 8 Sep 2026 09:58:04 +0100 Subject: [PATCH] Use the pyrefly all preset --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ef502c9..5406fbbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -387,7 +387,7 @@ plugins = [ [tool.pyrefly] errors.non-exhaustive-match = "error" -preset = "strict" +preset = "all" [tool.pyright] typeCheckingMode = "strict"