Skip to content

Commit d97cd97

Browse files
hugovkAlexWaygood
andauthored
Add comment to explain target-version
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent c891d75 commit d97cd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extend = "../../.ruff.toml" # Inherit the project-wide settings
2-
target-version = "py314"
2+
target-version = "py314" # unlike `Tools/`, tests can use newer syntax than `PYTHON_FOR_REGEN`
33

44
extend-exclude = [
55
# Excluded (run with the other AC files in its own separate ruff job in pre-commit)

0 commit comments

Comments
 (0)