Skip to content

Commit 8eee2d0

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

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

4242
- repo: https://github.com/astral-sh/uv-pre-commit
4343
rev: 0.9.13
@@ -50,7 +50,7 @@ repos:
5050
- id: reuse-lint-file
5151

5252
- repo: https://github.com/DavidAnson/markdownlint-cli2
53-
rev: v0.18.1
53+
rev: v0.19.1
5454
hooks:
5555
- id: markdownlint-cli2
5656

@@ -76,18 +76,18 @@ repos:
7676
types: [python]
7777

7878
- repo: https://github.com/crate-ci/typos
79-
rev: v1.39.0
79+
rev: v1.40.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.16.3
85+
rev: v1.17.0
8686
hooks:
8787
- id: zizmor
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: 0.34.1
90+
rev: 0.35.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.8
103+
rev: v1.7.9
104104
hooks:
105105
- id: actionlint
106106
language: golang

0 commit comments

Comments
 (0)