diff --git a/CHANGES.md b/CHANGES.md index f024b6c2ddb..c9ad0455d38 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -43,10 +43,11 @@ ### Integrations -- 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. +- 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 (#3828) ### Documentation