File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 11extend = " ../../.ruff.toml" # Inherit the project-wide settings
22
3- target-version = " py312"
3+ # Unlike Tools/, tests can use newer syntax than PYTHON_FOR_REGEN
4+ target-version = " py314"
45
56extend-exclude = [
67 # Excluded (run with the other AC files in its own separate ruff job in pre-commit)
@@ -15,15 +16,6 @@ extend-exclude = [
1516 " test_grammar.py" ,
1617]
1718
18- [per-file-target-version ]
19- # 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"
26-
2719[lint ]
2820select = [
2921 " F811" , # Redefinition of unused variable (useful for finding test methods with the same name)
You can’t perform that action at this time.
0 commit comments