Skip to content

Commit c7fa4b5

Browse files
hugovkAA-Turner
andauthored
Apply suggestion from AA-Turner
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent d97cd97 commit c7fa4b5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lib/test/.ruff.toml

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

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

0 commit comments

Comments
 (0)