From f82ed03d30d8c694b7ae22d7731cbbc930a0f711 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Thu, 3 Aug 2023 18:36:07 -0700 Subject: [PATCH] . --- CHANGES.md | 7 ++++--- docs/integrations/source_version_control.md | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) 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