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 e6e595f commit c3428ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
hooks:
- id: django-upgrade
args: [--target-version, '3.2']
- 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 c3428ca

Please sign in to comment.