We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1819b commit 38fa0baCopy full SHA for 38fa0ba
.pre-commit-config.yaml
@@ -1,4 +1,4 @@
1
-- repo: git://github.com/pre-commit/pre-commit-hooks
+- repo: https://github.com/pre-commit/pre-commit-hooks
2
rev: v0.7.1
3
hooks:
4
- id: check-merge-conflict
README.md
@@ -8,7 +8,7 @@ golang hooks for http://pre-commit.com/
8
9
Add this to your `.pre-commit-config.yaml`
10
11
- - repo: git://github.com/dnephin/pre-commit-golang
+ - repo: https://github.com/dnephin/pre-commit-golang
12
rev: master
13
14
- id: go-fmt
0 commit comments