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 dbfd5f2 commit eafc5cc
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 @@ -50,7 +50,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 eafc5cc

Please sign in to comment.