File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ jobs:
231231 free-threading : ${{ matrix.free-threading }}
232232
233233 build-windows-msi :
234- name : >- # ${{ '' } is a hack to nest jobs under the same sidebar category
235- Windows MSI${{ '' }}
234+ # ${{ '' } is a hack to nest jobs under the same sidebar category.
235+ name : Windows MSI${{ '' }} # zizmor: ignore[obfuscation]
236236 needs : build-context
237237 if : fromJSON(needs.build-context.outputs.run-windows-msi)
238238 strategy :
@@ -546,8 +546,8 @@ jobs:
546546 run : xvfb-run make test
547547
548548 build-san :
549- name : >- # ${{ '' } is a hack to nest jobs under the same sidebar category
550- Sanitizers${{ '' }}
549+ # ${{ '' } is a hack to nest jobs under the same sidebar category.
550+ name : Sanitizers${{ '' }} # zizmor: ignore[obfuscation]
551551 needs : build-context
552552 if : needs.build-context.outputs.run-tests == 'true'
553553 strategy :
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.11.6
3+ rev : v0.12.8
44 hooks :
55 - id : ruff
66 name : Run Ruff (lint) on Doc/
3434 exclude : ^Tools/c-analyzer/cpython/_parser.py
3535
3636 - repo : https://github.com/pre-commit/pre-commit-hooks
37- rev : v5 .0.0
37+ rev : v6 .0.0
3838 hooks :
3939 - id : check-case-conflict
4040 - id : check-merge-conflict
5252 files : ' ^\.github/CODEOWNERS|\.(gram)$'
5353
5454 - repo : https://github.com/woodruffw/zizmor-pre-commit
55- rev : v1.6 .0
55+ rev : v1.11 .0
5656 hooks :
5757 - id : zizmor
5858
Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ extend-exclude = [
1212 " test_grammar.py" ,
1313]
1414
15+ [per-file-target-version ]
16+ # Type parameter defaults
17+ "test_type_params.py" = " py313"
18+
19+ # Template string literals
20+ "test_annotationlib.py" = " py314"
21+ "test_string/test_templatelib.py" = " py314"
22+ "test_tstring.py" = " py314"
23+
1524[lint ]
1625select = [
1726 " 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