Skip to content

Commit fc35019

Browse files
authored
Update .pre-commit-config.yaml
Updated versions
1 parent eb497c6 commit fc35019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
stages: [commit-msg]
88
args: []
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v4.6.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
@@ -34,7 +34,7 @@ repos:
3434
args:
3535
- -b main
3636
- repo: https://github.com/antonbabenko/pre-commit-terraform
37-
rev: v1.83.4
37+
rev: v1.92.0
3838
hooks:
3939
- id: terraform_fmt
4040
- id: terraform_tflint
@@ -46,11 +46,11 @@ repos:
4646
- id: terraform_tfsec
4747
- id: terraform_validate
4848
- repo: https://github.com/sirosen/check-jsonschema
49-
rev: 0.27.0
49+
rev: 0.28.6
5050
hooks:
5151
- id: check-github-workflows
5252
- repo: https://github.com/pre-commit/mirrors-prettier
53-
rev: v3.0.3
53+
rev: v3.1.0
5454
hooks:
5555
- id: prettier
5656
stages: [commit]

0 commit comments

Comments
 (0)