File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
- - repo : git ://github.com/pre-commit/pre-commit-hooks
2
+ - repo : https ://github.com/pre-commit/pre-commit-hooks
3
3
rev : v4.0.1
4
4
hooks :
5
5
# Git style
28
28
- id : detect-private-key
29
29
30
30
31
- - repo : git ://github.com/jumanjihouse/pre-commit-hooks
31
+ - repo : https ://github.com/jumanjihouse/pre-commit-hooks
32
32
rev : 2.1.5
33
33
hooks :
34
34
- id : shfmt
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Step into the repository you want to have the pre-commit hooks installed and run
144
144
git init
145
145
cat << EOF > .pre-commit-config.yaml
146
146
repos:
147
- - repo: git ://github.com/antonbabenko/pre-commit-terraform
147
+ - repo: https ://github.com/antonbabenko/pre-commit-terraform
148
148
rev: <VERSION> # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
149
149
hooks:
150
150
- id: terraform_fmt
You can’t perform that action at this time.
0 commit comments