Skip to content

Commit 04f59e3

Browse files
authored
Merge pull request #289 from pre-commit/all-repos_autofix_manual-https-git-urls
Suggest https:// git urls
2 parents a6209d8 + ffcda22 commit 04f59e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See also: https://github.com/pre-commit/pre-commit
1414

1515
Add this to your `.pre-commit-config.yaml`
1616

17-
- repo: git://github.com/pre-commit/pre-commit-hooks
17+
- repo: https://github.com/pre-commit/pre-commit-hooks
1818
rev: v1.3.0 # Use the ref you want to point at
1919
hooks:
2020
- id: trailing-whitespace

0 commit comments

Comments
 (0)