From 5b6ac6bd37dd8ca41fa3069821083681a6b40c5f Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 8 Sep 2026 13:12:13 +0100 Subject: [PATCH] Configure checker-specific ignore comments --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 583e2f3ba..e4aa07e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -452,6 +452,7 @@ search_path = [ "src", ] errors.non-exhaustive-match = "error" +enabled-ignores = [ "pyrefly" ] preset = "all" [tool.pyright]