Skip to content

Commit e975b0a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.2) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](python-jsonschema/check-jsonschema@0.34.0...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.14.2 → v1.19.0](zizmorcore/zizmor-pre-commit@v1.14.2...v1.19.0)
1 parent 9cb611b commit e975b0a

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.13.3
3+
rev: v0.14.10
44
hooks:
55
- id: ruff
66
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -17,11 +17,11 @@ repos:
1717
- id: mixed-line-ending
1818
args: [--fix=lf]
1919
- repo: https://github.com/sphinx-contrib/sphinx-lint
20-
rev: v1.0.0
20+
rev: v1.0.2
2121
hooks:
2222
- id: sphinx-lint
2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.34.0
24+
rev: 0.36.0
2525
hooks:
2626
- id: check-dependabot
2727
- id: check-github-workflows
@@ -32,7 +32,7 @@ repos:
3232
- id: validate-pyproject
3333
additional_dependencies: ["validate-pyproject-schema-store[all]"]
3434
- repo: https://github.com/rhysd/actionlint
35-
rev: v1.7.7
35+
rev: v1.7.10
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.14.2
44+
rev: v1.19.0
4545
hooks:
4646
- id: zizmor
4747
- repo: meta

0 commit comments

Comments
 (0)