Skip to content

Commit 3cae8ee

Browse files
committed
Don't point to the Yelp mirrors for the precommits.
1 parent daab1c5 commit 3cae8ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- repo: [email protected].com:mirrors/pre-commit/pre-commit-hooks
2-
sha: v0.9.1
1+
- repo: https://github.com/pre-commit/pre-commit-hooks
2+
sha: v0.9.2
33
hooks:
44
- id: trailing-whitespace
55
language_version: python3.6
@@ -29,13 +29,13 @@
2929
exclude: ^\.activate\.sh$
3030
- id: check-byte-order-marker
3131
language_version: python3.6
32-
- repo: [email protected].com:mirrors/asottile/reorder_python_imports
32+
- repo: https://github.com/asottile/reorder_python_imports
3333
sha: v0.3.5
3434
hooks:
3535
- id: reorder-python-imports
3636
language_version: python3.6
37-
- repo: [email protected].com:mirrors/asottile/pyupgrade
38-
sha: v1.1.2-1
37+
- repo: https://github.com/asottile/pyupgrade
38+
sha: v1.2.0
3939
hooks:
4040
- id: pyupgrade
4141
language_version: python3.6

0 commit comments

Comments
 (0)