From 83192f69e3e48c957b4e751887d39b02ccbf155c Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Sat, 23 Aug 2025 02:01:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(summary)=20align=20ruff=20Python?= =?UTF-8?q?=20target=20with=20Docker=20image=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync ruff's target Python version to match Docker image version used for summary component to ensure runtime consistency. Prevents syntax/feature mismatches, catches version-specific issues before deployment, and ensures linting targets the actual runtime environment for better deployment safety. --- src/summary/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/summary/pyproject.toml b/src/summary/pyproject.toml index 5a3f2c75..167b6a94 100644 --- a/src/summary/pyproject.toml +++ b/src/summary/pyproject.toml @@ -28,7 +28,7 @@ build-backend = "setuptools.build_meta" [tool.ruff] -target-version = "py310" +target-version = "py313" [tool.ruff.lint] select = [