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.
2 parents b885120 + 0d678d3 commit 77bd504Copy full SHA for 77bd504
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
-- repo: git://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.21.0
4
- hooks:
5
- - id: terraform_fmt
6
- - id: terraform_docs
7
-- repo: git://github.com/pre-commit/pre-commit-hooks
8
- rev: v2.4.0
9
10
- - id: check-merge-conflict
+ - repo: git://github.com/antonbabenko/pre-commit-terraform
+ rev: v1.27.0
+ hooks:
+ - id: terraform_fmt
+ - id: terraform_docs
+ - repo: git://github.com/pre-commit/pre-commit-hooks
+ rev: v2.5.0
+ - id: check-merge-conflict
0 commit comments