File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
# Ruff does not need a specific python version installed
31
31
- name : Install dependencies
32
32
run : |
33
- python -m pip install 'ruff==0.11.2 '
33
+ python -m pip install 'ruff==0.11.4 '
34
34
35
35
- name : Lint with Ruff
36
36
run : |
Original file line number Diff line number Diff line change 29
29
description : Forces LF line endings in .param and .json vehicle_template files
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : v0.9 .4
32
+ rev : v0.11 .4
33
33
hooks :
34
34
- id : ruff
35
35
args : [ --fix ]
42
42
stages : [pre-commit]
43
43
44
44
- repo : https://github.com/gruntwork-io/pre-commit
45
- rev : v0.1.25
45
+ rev : v0.1.28
46
46
hooks :
47
47
- id : shellcheck
48
48
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
83
- id : reuse-lint-file
84
84
85
85
- repo : https://github.com/gitleaks/gitleaks
86
- rev : v8.16.3
86
+ rev : v8.24.2
87
87
hooks :
88
88
- id : gitleaks
You can’t perform that action at this time.
0 commit comments