https-ify links

- A lot of http links loaded fine on https
- pre-commit.com is now loadable on https via cloudflare
This commit is contained in:
Anthony Sottile 2018-01-13 18:17:54 -08:00
parent c8fd92e368
commit 5a4dc0ce30
8 changed files with 11 additions and 11 deletions

View file

@ -9,8 +9,8 @@ def test_sample_config(capsys):
assert ret == 0
out, _ = capsys.readouterr()
assert out == '''\
# See http://pre-commit.com for more information
# See http://pre-commit.com/hooks.html for more hooks
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v0.9.2