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]