We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4791ae4 commit 08c4827Copy full SHA for 08c4827
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ".terraform"
2
repos:
3
- repo: https://github.com/antonbabenko/pre-commit-terraform
4
- rev: v1.92.2
+ rev: v1.103.0
5
hooks:
6
- id: terraform_docs
7
always_run: true
@@ -19,7 +19,7 @@ repos:
19
- --args=--skip-dirs="**/.terraform,examples/*"
20
- id: terraform_providers_lock
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.6.0
+ rev: v6.0.0
23
24
- id: check-added-large-files
25
- id: check-case-conflict
0 commit comments