Skip to content

Commit 1ca4802

Browse files
authored
Merge pull request #2272 from OWASP/renovate/pre-commit
chore(deps): update pre-commit
2 parents 698a607 + a5427be commit 1ca4802

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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: 41.92.1
12+
rev: 41.135.4
1313
hooks:
1414
- id: renovate-config-validator
1515
- repo: https://github.com/eslint/eslint
16-
rev: v9.34.0
16+
rev: v9.37.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.100.0
29+
rev: v1.101.0
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.22.0
49+
rev: v9.23.0
5050
hooks:
5151
- id: commitlint
5252
stages: [commit-msg]
@@ -57,7 +57,7 @@ repos:
5757
args: ["clean compile"]
5858
- id: maven-spotless-apply
5959
- repo: https://github.com/psf/black
60-
rev: 25.1.0
60+
rev: 25.9.0
6161
hooks:
6262
- id: black
6363
language_version: python3.13

0 commit comments

Comments
 (0)