Skip to content

Commit 129f454

Browse files
authored
Merge pull request #1838 from OWASP/renovate/pre-commit
Update pre-commit
2 parents e0be965 + 81fd65c commit 129f454

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ci:
99
submodules: false
1010
repos:
1111
- repo: https://github.com/renovatebot/pre-commit-hooks
12-
rev: 39.124.0
12+
rev: 39.174.3
1313
hooks:
1414
- id: renovate-config-validator
1515
- repo: https://github.com/eslint/eslint
16-
rev: v9.18.0
16+
rev: v9.21.0
1717
hooks:
1818
- id: eslint
1919
args:
@@ -26,7 +26,7 @@ repos:
2626
exclude: ^(src/test/resources/yourkey.txt|src/test/resources/secondkey.txt)
2727
- id: trailing-whitespace
2828
- repo: https://github.com/antonbabenko/pre-commit-terraform
29-
rev: v1.97.0
29+
rev: v1.97.3
3030
hooks:
3131
- id: terraform_fmt
3232
- id: terraform_tflint
@@ -46,7 +46,7 @@ repos:
4646
- "--args=--only=terraform_workspace_remote"
4747
- id: terraform_docs
4848
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
49-
rev: v9.20.0
49+
rev: v9.21.0
5050
hooks:
5151
- id: commitlint
5252
stages: [commit-msg]

0 commit comments

Comments
 (0)