Skip to content

Commit 193646f

Browse files
authored
Change git to https in pre-commit-hooks (#158)
1 parent 0b04c8e commit 193646f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22

3-
- repo: git://github.com/pre-commit/pre-commit-hooks
3+
- repo: https://github.com/pre-commit/pre-commit-hooks
44
rev: v4.1.0
55
hooks:
66
- id: check-json

0 commit comments

Comments
 (0)