Skip to content

Commit dff6c9f

Browse files
chore(deps): update pre-commit hooks
1 parent a9186ce commit dff6c9f

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
@@ -20,7 +20,7 @@ repos:
2020

2121
# https://docs.astral.sh/ruff/integrations/#pre-commit
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.14.9
23+
rev: v0.14.10
2424
hooks:
2525
# Run the linter with fixes
2626
- id: ruff-check
@@ -29,7 +29,7 @@ repos:
2929
- id: ruff-format
3030

3131
- repo: https://github.com/crate-ci/typos
32-
rev: v1.40.0
32+
rev: v1.42.0
3333
hooks:
3434
- id: typos
3535

@@ -39,7 +39,7 @@ repos:
3939
- id: mdformat
4040
language: python
4141
additional_dependencies:
42-
- mdformat-mkdocs==5.1.1
42+
- mdformat-mkdocs==5.1.2
4343

4444
- repo: https://github.com/DavidAnson/markdownlint-cli2
4545
rev: v0.20.0
@@ -48,12 +48,12 @@ repos:
4848

4949
# zizmor detects security vulnerabilities in GitHub Actions workflows.
5050
- repo: https://github.com/woodruffw/zizmor-pre-commit
51-
rev: v1.18.0
51+
rev: v1.20.0
5252
hooks:
5353
- id: zizmor
5454

5555
- repo: https://github.com/python-jsonschema/check-jsonschema
56-
rev: 0.35.0
56+
rev: 0.36.0
5757
hooks:
5858
- id: check-github-workflows
5959
args: ["--verbose"]
@@ -64,7 +64,7 @@ repos:
6464
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
6565
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
6666
- repo: https://github.com/rhysd/actionlint
67-
rev: v1.7.9
67+
rev: v1.7.10
6868
hooks:
6969
- id: actionlint
7070
language: golang

0 commit comments

Comments
 (0)