Skip to content

Commit d5299a4

Browse files
committed
Fixed pre-commit hooks URL in config due to "The unauthenticated git protocol on port 9418 is no longer supported."
1 parent 417f7cf commit d5299a4

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
# https://pre-commit.com/
22
repos:
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: trailing-whitespace

0 commit comments

Comments
 (0)