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 f90d169 commit 15c384bCopy full SHA for 15c384b
Lib/test/.ruff.toml
@@ -1,6 +1,6 @@
1
extend = "../../.ruff.toml" # Inherit the project-wide settings
2
3
-target-version = "py313"
+target-version = "py312"
4
5
extend-exclude = [
6
# Excluded (run with the other AC files in its own separate ruff job in pre-commit)
@@ -16,7 +16,10 @@ extend-exclude = [
16
]
17
18
[per-file-target-version]
19
-# t-strings
+# Type parameter defaults
20
+"test_type_params.py" = "py313"
21
+
22
+# Template string literals
23
"test_annotationlib.py" = "py314"
24
"test_string/test_templatelib.py" = "py314"
25
"test_tstring.py" = "py314"
0 commit comments