Skip to content

Commit

Permalink
Update pre-commit Black hook to mirror repo
Browse files Browse the repository at this point in the history
It's ~2x faster as it installs the mypyc-compiled wheel.
  • Loading branch information
adamchainz committed Oct 13, 2023
1 parent 14fc735 commit 695f8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -40,7 +40,7 @@ repos:
hooks:
- id: pyupgrade
args: [--py38-plus]
- 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 695f8d4

Please sign in to comment.