Skip to content

Commit 3ee3560

Browse files
cclaussamilcarlucas
authored andcommitted
pre-commit autoupdate 2025-07-25
1 parent eda8904 commit 3ee3560

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
description: Forces LF line endings in .param and .json vehicle_template files
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.11.4
32+
rev: v0.12.5
3333
hooks:
3434
- id: ruff
3535
args: [ --fix ]
@@ -42,7 +42,7 @@ repos:
4242
stages: [pre-commit]
4343

4444
- repo: https://github.com/gruntwork-io/pre-commit
45-
rev: v0.1.28
45+
rev: v0.1.30
4646
hooks:
4747
- id: shellcheck
4848
entry: C:\\Windows\\System32\\wsl.exe --exec bash -c "find . -type f \( -name '*.sh' -o -name '*.bash' \) ! -name 'get-helm-3.bash' -print0 | xargs -0 printf '%q ' | xargs shellcheck --color=never"
@@ -52,7 +52,7 @@ repos:
5252
entry: markdown-link-check
5353

5454
- repo: https://github.com/igorshubovych/markdownlint-cli
55-
rev: v0.44.0
55+
rev: v0.45.0
5656
hooks:
5757
- id: markdownlint
5858
args: ['--config', '.markdownlint.yaml']
@@ -83,6 +83,6 @@ repos:
8383
- id: reuse-lint-file
8484

8585
- repo: https://github.com/gitleaks/gitleaks
86-
rev: v8.24.2
86+
rev: v8.28.0
8787
hooks:
8888
- id: gitleaks

0 commit comments

Comments
 (0)