Skip to content

Commit 4777040

Browse files
committed
Update pre-commit Black hook to mirror repo
It's ~2x faster as it installs the mypyc-compiled wheel.
1 parent cc8f147 commit 4777040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]
43-
- repo: https://github.com/psf/black
43+
- repo: https://github.com/psf/black-pre-commit-mirror
4444
rev: 23.9.1
4545
hooks:
4646
- id: black

0 commit comments

Comments
 (0)