File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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.11.4
32
+ rev : v0.12.5
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.28
45
+ rev : v0.1.30
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"
52
52
entry : markdown-link-check
53
53
54
54
- repo : https://github.com/igorshubovych/markdownlint-cli
55
- rev : v0.44 .0
55
+ rev : v0.45 .0
56
56
hooks :
57
57
- id : markdownlint
58
58
args : ['--config', '.markdownlint.yaml']
83
83
- id : reuse-lint-file
84
84
85
85
- repo : https://github.com/gitleaks/gitleaks
86
- rev : v8.24.2
86
+ rev : v8.28.0
87
87
hooks :
88
88
- id : gitleaks
You can’t perform that action at this time.
0 commit comments