From 7ff653f0d1aa9cc2a541a1d9107449584c94b217 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 9 Feb 2026 14:17:06 +0100 Subject: [PATCH] Remove explicit target-version field for ruff (#15400) This is inferred from project.requires-python --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 282b56782..2850ade69 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