Skip to content

Commit 1bc2056

Browse files
committed
Switch to the pre-commit mirror for black
This mirror was created to leverage performance optimizations from mypyc wheels that are available if black is installed from PyPI. These wheels are not available if black is installed from source as it would be using the old URL. Please see psf/black#3828 and psf/black#3405 for more information.
1 parent 94d753d commit 1bc2056

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
@@ -112,7 +112,7 @@ repos:
112112
- id: bandit
113113
args:
114114
- --config=.bandit.yml
115-
- repo: https://github.com/psf/black
115+
- repo: https://github.com/psf/black-pre-commit-mirror
116116
rev: 23.9.1
117117
hooks:
118118
- id: black

0 commit comments

Comments
 (0)