Merge pull request #289 from pre-commit/all-repos_autofix_manual-https-git-urls

Suggest https:// git urls
This commit is contained in:
Anthony Sottile 2018-05-28 11:10:31 -07:00 committed by GitHub
commit 04f59e3d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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