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 authored and jsf9k committed Dec 19, 2023
1 parent d72bc86 commit 6be3e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -114,7 +114,7 @@ repos:
exclude: molecule/(additional_flags|default|modify_config)/tests
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 6be3e57

Please sign in to comment.