From ffcda22d777dca8ef13f61357b23005fa1b02cf0 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 28 May 2018 10:58:28 -0700 Subject: [PATCH] Suggest https:// git urls Committed via https://github.com/asottile/all-repos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1eb54..6a6af91 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ See also: https://github.com/pre-commit/pre-commit Add this to your `.pre-commit-config.yaml` - - repo: git://github.com/pre-commit/pre-commit-hooks + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v1.3.0 # Use the ref you want to point at hooks: - id: trailing-whitespace