From dcf1f82af1ed6fa814e2289de5ae81bae5524646 Mon Sep 17 00:00:00 2001 From: Johannes Nussbaum Date: Wed, 16 Oct 2024 10:25:52 +0200 Subject: [PATCH] pyproject.toml: remove obsolete tool.ruff.target-version --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 132f074..5cba8e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,6 @@ enable_error_code = ["possibly-undefined"] [tool.ruff] line-length = 120 -target-version = "py312" [tool.ruff.lint]