Skip to content

Commit 5e71299

Browse files
committed
Replace git-proto URLs w/ HTTPS in pre-commit conf
1 parent 5b84816 commit 5e71299

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
2-
- repo: git://github.com/pre-commit/pre-commit-hooks
2+
- repo: https://github.com/pre-commit/pre-commit-hooks.git
33
rev: 5bf6c09
44
hooks:
55
- id: trailing-whitespace
@@ -30,18 +30,18 @@ repos:
3030
- id: detect-private-key
3131
- id: requirements-txt-fixer
3232

33-
- repo: git://github.com/FalconSocial/pre-commit-mirrors-pep257
33+
- repo: https://github.com/FalconSocial/pre-commit-mirrors-pep257.git
3434
rev: v0.3.3
3535
hooks:
3636
- id: pep257
3737
exclude: magicbus/test
3838

39-
- repo: git://github.com/Lucas-C/pre-commit-hooks
39+
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
4040
rev: v1.1.12
4141
hooks:
4242
- id: remove-tabs
4343

44-
- repo: git://github.com/Lucas-C/pre-commit-hooks-lxml
44+
- repo: https://github.com/Lucas-C/pre-commit-hooks-lxml.git
4545
rev: v1.1.0
4646
hooks:
4747
- id: forbid-html-img-without-alt-text

0 commit comments

Comments
 (0)