Skip to content

Commit

Permalink
Switch to the pre-commit mirror for black
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mcdonnnj committed Sep 13, 2023
1 parent 94d753d commit 1bc2056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -112,7 +112,7 @@ repos:
- id: bandit
args:
- --config=.bandit.yml
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
hooks:
- id: black
Expand Down

0 comments on commit 1bc2056

Please sign in to comment.