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 a7abfc2 + ccc918e commit 69dad11Copy full SHA for 69dad11
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
-- repo: git://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.26.0
4
- hooks:
5
- - id: terraform_fmt
6
- - id: terraform_docs
7
-- repo: git://github.com/pre-commit/pre-commit-hooks
8
- rev: v2.5.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