🔧(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:
committed by
aleb_the_flash
parent
2ceb94a966
commit
83192f69e3
@@ -28,7 +28,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py310"
|
||||
target-version = "py313"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
|
||||
Reference in New Issue
Block a user