From a0638e18a6b7940c015c177a5b93f3167237e793 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 17 Aug 2023 13:00:46 -0400 Subject: [PATCH] chore: use 2x faster black mirror (#426) * switch to faster black mirror for pre-commit --- .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 31cee91d..c83280a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: -- repo: https://github.com/psf/black +- repo: https://github.com/psf/black-pre-commit-mirror rev: 23.3.0 hooks: - id: black