From 9ed4a908000ae35347ae890533a7a715fc991080 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 9 Aug 2023 22:25:21 -0400 Subject: [PATCH] chore: use 2x faster black mirror Committed via https://github.com/asottile/all-repos --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a207343b89..ae434212de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: ruff args: ["--fix", "--show-fixes"] -- repo: https://github.com/psf/black +- repo: https://github.com/psf/black-pre-commit-mirror rev: 23.3.0 hooks: - id: black-jupyter