Skip to content

Commit 5448f21

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: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.3...v0.15.9) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.37.1](python-jsonschema/check-jsonschema@0.32.1...0.37.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.12](rhysd/actionlint@v1.7.7...v1.7.12) - [github.com/woodruffw/zizmor-pre-commit: v1.5.2 → v1.23.1](zizmorcore/zizmor-pre-commit@v1.5.2...v1.23.1)
1 parent a7bdffd commit 5448f21

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
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: 26.1.0
9+
rev: 26.3.1
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.15.9
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.37.1
2020
hooks:
2121
- id: check-github-workflows
2222
- id: check-github-actions
2323
- id: check-readthedocs
2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.4.1
25+
rev: v2.4.2
2626
hooks:
2727
- id: codespell
2828
args:
2929
- --ignore-words-list=HAX,Nam,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.12
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.23.1
4747
hooks:
4848
- id: zizmor
4949
- repo: local

0 commit comments

Comments
 (0)