Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧰 Use black-pre-commit-mirror for 2x speedup (#205)
[See latest black release](https://github.com/psf/black/releases/tag/23.9.0) > Black now has an [official pre-commit mirror](https://github.com/psf/black-pre-commit-mirror). Swapping https://github.com/psf/black to https://github.com/psf/black-pre-commit-mirror in your .pre-commit-config.yaml will make Black about 2x faster (psf/black#3828) ### Change summary - [🧰 Use black-pre-commit-mirror for 2x speedup](03efc26) <!-- Documentation changes, only needed if bigger changes were made --> <!-- Links to the changed sections - [section1](link_to_docs_built_for_the_PR) - [section2](link_to_docs_built_for_the_PR) --> ### Checklist - [x] ✔️ Passing the tests (mandatory for all PR's)
- Loading branch information