Skip to content

Commit

Permalink
Switch pre-commit to using mypyc compiled Black wheels (#15544)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Jun 29, 2023
1 parent 06282b5 commit 95dde9d
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 @@ -5,7 +5,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/psf/black
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
rev: 23.3.0 # must match test-requirements.txt
hooks:
- id: black
Expand Down

0 comments on commit 95dde9d

Please sign in to comment.