Skip to content

Commit 788d708

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

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
@@ -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.40.1
3333
hooks:
3434
- id: typos
3535

@@ -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.19.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)