Skip to content

Commit

Permalink
chore: Use 2x faster black mirror (#2270)
Browse files Browse the repository at this point in the history
* Update black pre-commit hook repo to faster
  https://github.com/psf/black-pre-commit-mirror.
  • Loading branch information
henryiii authored Aug 10, 2023
1 parent 0da1313 commit 998ba7c
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 @@ -32,7 +32,7 @@ repos:
- id: ruff
args: ["--fix", "--show-fixes"]

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

0 comments on commit 998ba7c

Please sign in to comment.