From fde0e8a2df1d2941e4e175ad996bd31fb07e6e95 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 22 Oct 2024 14:11:40 +0100 Subject: [PATCH 1/2] Fix missing `target-version` in `ruff` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e03f83c..020e8efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ testpaths = [ [tool.ruff] fix = true force-exclude = true -target-version = "py39" +target-version = "py310" lint.ignore = [ "COM812", # trailing commas (ruff-format recommended) "D203", # no-blank-line-before-class From 9be6ae64afd82513e1a3bc3d70467620bb45a6f1 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 22 Oct 2024 14:13:10 +0100 Subject: [PATCH 2/2] Update to `3.11` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 020e8efe..b0773e17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ testpaths = [ [tool.ruff] fix = true force-exclude = true -target-version = "py310" +target-version = "py311" lint.ignore = [ "COM812", # trailing commas (ruff-format recommended) "D203", # no-blank-line-before-class