Skip to content

Commit

Permalink
CI: change git:// to https:// in pre-commit (#13)
Browse files Browse the repository at this point in the history
- https:// is more reliable than git:// (IIUC it's fewer back-and-forth)
 - coincidentally, github has flaky git:// access today
 - https content can be cached trivially for accelerated remote access
   (my pre-commit local cache seems to need to check github every run)
  • Loading branch information
chickenandpork authored Nov 9, 2022
1 parent 7b0360c commit e574a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.43.0
hooks:
- id: terraform_fmt
Expand Down

0 comments on commit e574a9b

Please sign in to comment.