11repos :
22  - repo : https://github.com/astral-sh/ruff-pre-commit 
3-     rev : v0.12.8  
3+     rev : v0.13.2  
44    hooks :
5-       - id : ruff 
5+       - id : ruff-check  
66        name : Run Ruff (lint) on Doc/ 
77        args : [--exit-non-zero-on-fix] 
88        files : ^Doc/ 
9-       - id : ruff 
9+       - id : ruff-check  
1010        name : Run Ruff (lint) on Lib/test/ 
1111        args : [--exit-non-zero-on-fix] 
1212        files : ^Lib/test/ 
13-       - id : ruff 
13+       - id : ruff-check  
1414        name : Run Ruff (lint) on Tools/i18n/ 
1515        args : [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml] 
1616        files : ^Tools/i18n/ 
17-       - id : ruff 
17+       - id : ruff-check  
1818        name : Run Ruff (lint) on Argument Clinic 
1919        args : [--exit-non-zero-on-fix, --config=Tools/clinic/.ruff.toml] 
2020        files : ^Tools/clinic/|Lib/test/test_clinic.py 
21-       - id : ruff 
21+       - id : ruff-check  
2222        name : Run Ruff (lint) on Tools/peg_generator/ 
2323        args : [--exit-non-zero-on-fix, --config=Tools/peg_generator/.ruff.toml] 
2424        files : ^Tools/peg_generator/ 
2828        files : ^Doc/ 
2929
3030  - repo : https://github.com/psf/black-pre-commit-mirror 
31-     rev : 25.1 .0 
31+     rev : 25.9 .0 
3232    hooks :
3333      - id : black 
3434        name : Run Black on Tools/jit/ 
3939    hooks :
4040      - id : remove-tabs 
4141        types : [python] 
42-         exclude : ^Tools/c-analyzer/cpython/_parser.py 
4342
4443  - repo : https://github.com/pre-commit/pre-commit-hooks 
4544    rev : v6.0.0 
@@ -59,8 +58,20 @@ repos:
5958      - id : trailing-whitespace 
6059        files : ' ^\.github/CODEOWNERS|\.(gram)$' 
6160
61+   - repo : https://github.com/python-jsonschema/check-jsonschema 
62+     rev : 0.34.0 
63+     hooks :
64+       - id : check-dependabot 
65+       - id : check-github-workflows 
66+       - id : check-readthedocs 
67+ 
68+   - repo : https://github.com/rhysd/actionlint 
69+     rev : v1.7.7 
70+     hooks :
71+       - id : actionlint 
72+ 
6273  - repo : https://github.com/woodruffw/zizmor-pre-commit 
63-     rev : v1.11.0  
74+     rev : v1.14.1  
6475    hooks :
6576      - id : zizmor 
6677
0 commit comments