Skip to content

Commit 1a19955

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.37.1](python-jsonschema/check-jsonschema@0.36.0...0.37.1) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](rhysd/actionlint@v1.7.10...v1.7.12) - [github.com/woodruffw/zizmor-pre-commit: v1.19.0 → v1.23.1](zizmorcore/zizmor-pre-commit@v1.19.0...v1.23.1)
1 parent 83caa59 commit 1a19955

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.14.10
3+
rev: v0.15.9
44
hooks:
55
- id: ruff
66
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -21,18 +21,18 @@ repos:
2121
hooks:
2222
- id: sphinx-lint
2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.36.0
24+
rev: 0.37.1
2525
hooks:
2626
- id: check-dependabot
2727
- id: check-github-workflows
2828
- id: check-readthedocs
2929
- repo: https://github.com/abravalheri/validate-pyproject
30-
rev: v0.24.1
30+
rev: v0.25
3131
hooks:
3232
- id: validate-pyproject
3333
additional_dependencies: ["validate-pyproject-schema-store[all]"]
3434
- repo: https://github.com/rhysd/actionlint
35-
rev: v1.7.10
35+
rev: v1.7.12
3636
hooks:
3737
- id: actionlint
3838
additional_dependencies:
@@ -41,7 +41,7 @@ repos:
4141
# but the integration only works if shellcheck is installed
4242
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"
4343
- repo: https://github.com/woodruffw/zizmor-pre-commit
44-
rev: v1.19.0
44+
rev: v1.23.1
4545
hooks:
4646
- id: zizmor
4747
- repo: meta

0 commit comments

Comments
 (0)