From 3226470c7361b1c554cd6a87f39ab056c77f0d5c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 01:36:00 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGES.md | 8 +++++--- docs/integrations/source_version_control.md | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f024b6c2ddb..1dfb7b4f796 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -43,9 +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. ### Documentation diff --git a/docs/integrations/source_version_control.md b/docs/integrations/source_version_control.md index cf7333ae006..24e732848f1 100644 --- a/docs/integrations/source_version_control.md +++ b/docs/integrations/source_version_control.md @@ -20,10 +20,10 @@ repos: Feel free to switch out the `rev` value to a different version of Black. -Note if you'd like to use a specific commit in `rev`, you'll need to swap -the repo specified from the mirror to https://github.com/psf/black. -We discourage the use of branches or other mutable refs since the hook -[won't auto update as you may expect][pre-commit-mutable-rev]. +Note if you'd like to use a specific commit in `rev`, you'll need to swap the repo +specified from the mirror to https://github.com/psf/black. We discourage the use of +branches or other mutable refs since the hook [won't auto update as you may +expect][pre-commit-mutable-rev]. ## Jupyter Notebooks