Skip to content

Commit

Permalink
Use faster version of black (#6133)
Browse files Browse the repository at this point in the history
# Description
Use black compiled with mypyc instead of pure python version to get it
faster

# References
psf/black#3405

## Type of change
- [x] Maintenance (changes required to run napari, tests, & CI smoothly)
  • Loading branch information
Czaki committed Aug 15, 2023
1 parent 9fc80cb commit c68d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
hooks:
- id: black
Expand Down

0 comments on commit c68d25f

Please sign in to comment.