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 c4ee4db commit 57935f0Copy full SHA for 57935f0
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- - repo: git://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.57.0
+ - repo: https://github.com/antonbabenko/pre-commit-terraform
+ rev: v1.58.0
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_validate
@@ -22,8 +22,7 @@ repos:
22
- '--args=--only=terraform_required_providers'
23
- '--args=--only=terraform_standard_module_structure'
24
- '--args=--only=terraform_workspace_remote'
25
- - repo: git://github.com/pre-commit/pre-commit-hooks
+ - repo: https://github.com/pre-commit/pre-commit-hooks
26
rev: v4.0.1
27
28
- id: check-merge-conflict
29
- - id: end-of-file-fixer
0 commit comments