Skip to content

Commit 95dde9d

Browse files
authored
Switch pre-commit to using mypyc compiled Black wheels (#15544)
1 parent 06282b5 commit 95dde9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
8-
- repo: https://github.com/psf/black
8+
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
99
rev: 23.3.0 # must match test-requirements.txt
1010
hooks:
1111
- id: black

0 commit comments

Comments
 (0)