Skip to content

Commit

Permalink
Swap black with pre-commit mirror version in config
Browse files Browse the repository at this point in the history
This will make Black "about 2x faster", according to
https://github.com/psf/black/blob/main/CHANGES.md#2390.
  • Loading branch information
ddabble authored Dec 26, 2023
1 parent 1c8a476 commit ed1b49d
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 @@ -7,7 +7,7 @@ repos:
args:
- "-x *test*.py"

- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
hooks:
- id: black
Expand Down

0 comments on commit ed1b49d

Please sign in to comment.