From 41e5a1bc4759aa2ac088f714d6a1fa90042e8457 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 9 Feb 2026 12:32:18 +0100 Subject: [PATCH] Remove explicit target-version field for ruff This is inferred from project.requires-python --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed4259fdb7ef..34fa643fa471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,6 @@ skip-magic-trailing-comma = true [tool.ruff] line-length = 130 -# Oldest supported Python version -target-version = "py39" fix = true exclude = [ # virtual environment