From 15df63378b8a314e8cc06e49e6b99c302cc2ec79 Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Thu, 21 Nov 2024 22:22:57 -0700 Subject: [PATCH] build(ruff): remove unnecessary target-version use (#10520) ## Description of changes `target-version` is duplicative/unnecessarily-overriding `requires-python`; see https://docs.astral.sh/ruff/settings/#target-version. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a798217b1e65..3759cc970f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -443,7 +443,6 @@ markers = [ line-length = 88 respect-gitignore = true exclude = [".direnv", "result-*", "*_py310.py", "decompiled.py", "out_tpch.py"] -target-version = "py310" [tool.ruff.lint] select = [