File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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 .8
3+ rev : v0.12 .8
44 hooks :
55 - id : ruff
66 name : Run Ruff (lint) on Doc/
77 args : [--exit-non-zero-on-fix]
88 files : ^Doc/
99 - id : ruff
1010 name : Run Ruff (lint) on Lib/test/
11- args : [--exit-non-zero-on-fix]
11+ args : [--exit-non-zero-on-fix, --target-version=py313 ]
1212 files : ^Lib/test/
1313 - id : ruff
1414 name : Run Ruff (lint) on Tools/build/
4242 exclude : ^Tools/c-analyzer/cpython/_parser.py
4343
4444 - repo : https://github.com/pre-commit/pre-commit-hooks
45- rev : v5 .0.0
45+ rev : v6 .0.0
4646 hooks :
4747 - id : check-case-conflict
4848 - id : check-merge-conflict
6060 files : ' ^\.github/CODEOWNERS|\.(gram)$'
6161
6262 - repo : https://github.com/python-jsonschema/check-jsonschema
63- rev : 0.33.0
63+ rev : 0.33.2
6464 hooks :
6565 - id : check-dependabot
6666 - id : check-github-workflows
You can’t perform that action at this time.
0 commit comments