Skip to content

Commit 2a191a3

Browse files
committed
chore(pre-commit): update version dependencies
1 parent 235ff70 commit 2a191a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ruff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Ruff does not need a specific python version installed
3131
- name: Install dependencies
3232
run: |
33-
python -m pip install 'ruff==0.11.2'
33+
python -m pip install 'ruff==0.11.4'
3434
3535
- name: Lint with Ruff
3636
run: |

.pre-commit-config.yaml

+3-3
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.9.4
32+
rev: v0.11.4
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.25
45+
rev: v0.1.28
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"
@@ -83,6 +83,6 @@ repos:
8383
- id: reuse-lint-file
8484

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

0 commit comments

Comments
 (0)