Skip to content

Commit 6f9e969

Browse files
chore(deps): update pre-commit hooks (#739)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf58145 commit 6f9e969

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
@@ -37,7 +37,7 @@ repos:
3737
- id: mdformat
3838
language: python
3939
additional_dependencies:
40-
- mdformat-mkdocs==5.1.1
40+
- mdformat-mkdocs==5.1.2
4141

4242
- repo: https://github.com/astral-sh/uv-pre-commit
4343
rev: 0.9.22
@@ -76,18 +76,18 @@ repos:
7676
types: [python]
7777

7878
- repo: https://github.com/crate-ci/typos
79-
rev: v1.40.0
79+
rev: v1.42.0
8080
hooks:
8181
- id: typos
8282

8383
# zizmor detects security vulnerabilities in GitHub Actions workflows.
8484
- repo: https://github.com/woodruffw/zizmor-pre-commit
85-
rev: v1.18.0
85+
rev: v1.20.0
8686
hooks:
8787
- id: zizmor
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: 0.35.0
90+
rev: 0.36.0
9191
hooks:
9292
- id: check-github-workflows
9393
args: ["--verbose"]
@@ -100,7 +100,7 @@ repos:
100100
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
101101
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
102102
- repo: https://github.com/rhysd/actionlint
103-
rev: v1.7.9
103+
rev: v1.7.10
104104
hooks:
105105
- id: actionlint
106106
language: golang

0 commit comments

Comments
 (0)