Skip to content

Commit

Permalink
chore: use faster black in pre-commit hook (DEV-2736) (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 3, 2023
1 parent cbcd2f3 commit ad00e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,7 +1,7 @@
# Configuration of https://pre-commit.com/

repos:
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror # faster than https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black
Expand Down

0 comments on commit ad00e4b

Please sign in to comment.