Skip to content

Commit 1d35420

Browse files
committed
update pre-commit hooks version
1 parent b10ec54 commit 1d35420

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.pre-commit-config.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.82.0
3+
rev: v1.96.3
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_validate
77
- id: terraform_docs
88
args:
9-
- '--args=--lockfile=false'
10-
- '--hook-config=--path-to-file=README.md'
11-
- '--hook-config=--create-file-if-not-exist=true'
9+
- "--args=--lockfile=false"
10+
- "--hook-config=--path-to-file=README.md"
11+
- "--hook-config=--create-file-if-not-exist=true"
1212
- id: terraform_tflint
1313
args:
14-
- '--args=--only=terraform_deprecated_interpolation'
15-
- '--args=--only=terraform_deprecated_index'
16-
- '--args=--only=terraform_unused_declarations'
17-
- '--args=--only=terraform_comment_syntax'
18-
- '--args=--only=terraform_documented_outputs'
19-
- '--args=--only=terraform_documented_variables'
20-
- '--args=--only=terraform_typed_variables'
21-
- '--args=--only=terraform_module_pinned_source'
22-
- '--args=--only=terraform_naming_convention'
23-
- '--args=--only=terraform_required_version'
24-
- '--args=--only=terraform_required_providers'
25-
- '--args=--only=terraform_standard_module_structure'
26-
- '--args=--only=terraform_workspace_remote'
14+
- "--args=--only=terraform_deprecated_interpolation"
15+
- "--args=--only=terraform_deprecated_index"
16+
- "--args=--only=terraform_unused_declarations"
17+
- "--args=--only=terraform_comment_syntax"
18+
- "--args=--only=terraform_documented_outputs"
19+
- "--args=--only=terraform_documented_variables"
20+
- "--args=--only=terraform_typed_variables"
21+
- "--args=--only=terraform_module_pinned_source"
22+
- "--args=--only=terraform_naming_convention"
23+
- "--args=--only=terraform_required_version"
24+
- "--args=--only=terraform_required_providers"
25+
- "--args=--only=terraform_standard_module_structure"
26+
- "--args=--only=terraform_workspace_remote"
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
2828
rev: v4.4.0
2929
hooks:

0 commit comments

Comments
 (0)