diff --git a/pyproject.toml b/pyproject.toml index 2e03f83c..b0773e17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ testpaths = [ [tool.ruff] fix = true force-exclude = true -target-version = "py39" +target-version = "py311" lint.ignore = [ "COM812", # trailing commas (ruff-format recommended) "D203", # no-blank-line-before-class