Skip to content

Commit f5f05bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.3...v0.14.10) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.36.0](python-jsonschema/check-jsonschema@0.32.1...0.36.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.10](rhysd/actionlint@v1.7.7...v1.7.10) - [github.com/woodruffw/zizmor-pre-commit: v1.5.2 → v1.19.0](zizmorcore/zizmor-pre-commit@v1.5.2...v1.19.0)
1 parent c71fdb0 commit f5f05bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
exclude: '^(mypyc/external/)|(mypy/typeshed/)|misc/typeshed_patches' # Exclude all vendored code from lints
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.9.0
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212
exclude: '^(test-data/)'
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.14.3
14+
rev: v0.14.10
1515
hooks:
1616
- id: ruff-check
1717
args: [--exit-non-zero-on-fix]
1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.32.1
19+
rev: 0.36.0
2020
hooks:
2121
- id: check-github-workflows
2222
- id: check-github-actions
@@ -29,7 +29,7 @@ repos:
2929
- --ignore-words-list=HAX,ccompiler,ot,statics,whet,zar
3030
exclude: ^(mypy/test/|mypy/typeshed/|mypyc/test-data/|test-data/).+$
3131
- repo: https://github.com/rhysd/actionlint
32-
rev: v1.7.7
32+
rev: v1.7.10
3333
hooks:
3434
- id: actionlint
3535
args: [
@@ -43,7 +43,7 @@ repos:
4343
# but the integration only works if shellcheck is installed
4444
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"
4545
- repo: https://github.com/woodruffw/zizmor-pre-commit
46-
rev: v1.5.2
46+
rev: v1.19.0
4747
hooks:
4848
- id: zizmor
4949
- repo: local

0 commit comments

Comments
 (0)