diff --git a/pyproject.toml b/pyproject.toml index 313afa7bf..16559f3a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ reportIncompatibleMethodOverride = "warning" [tool.ruff] output-format = "grouped" show-fixes = true -target-version = "py310" +target-version = "py311" extend-exclude = ["tests/*snapshots/*"] [tool.ruff.lint]