From 5e3390cc0e5d5415ca41873b7e0e186444e9be92 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 9 Aug 2023 22:57:17 -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 a4962ef..3f05fca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: trailing-whitespace # Black, the code formatter, natively supports pre-commit -- repo: https://github.com/psf/black +- repo: https://github.com/psf/black-pre-commit-mirror rev: 23.7.0 hooks: - id: black