🔧(summary) align ruff Python target with Docker image version

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.
This commit is contained in:
lebaudantoine
2025-08-23 02:01:43 +02:00
committed by aleb_the_flash
parent 2ceb94a966
commit 83192f69e3

View File

@@ -28,7 +28,7 @@ build-backend = "setuptools.build_meta"
[tool.ruff]
target-version = "py310"
target-version = "py313"
[tool.ruff.lint]
select = [