We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c891d75 commit d97cd97Copy full SHA for d97cd97
Lib/test/.ruff.toml
@@ -1,5 +1,5 @@
1
extend = "../../.ruff.toml" # Inherit the project-wide settings
2
-target-version = "py314"
+target-version = "py314" # unlike `Tools/`, tests can use newer syntax than `PYTHON_FOR_REGEN`
3
4
extend-exclude = [
5
# Excluded (run with the other AC files in its own separate ruff job in pre-commit)
0 commit comments