Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit ab75601

Browse files
authored
chore: Use https instead of git in pre-commit config (#2355)
1 parent eca23bf commit ab75601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
2-
- repo: git://github.com/antonbabenko/pre-commit-terraform
2+
- repo: https://github.com/antonbabenko/pre-commit-terraform
33
rev: v1.52.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_tflint
77
- id: terraform_docs
8-
- repo: git://github.com/pre-commit/pre-commit-hooks
8+
- repo: https://github.com/pre-commit/pre-commit-hooks
99
rev: v4.0.1
1010
hooks:
1111
- id: check-merge-conflict

0 commit comments

Comments
 (0)