From 26c5e18e62a51e082b721f7c0e6160fe92e4e5b8 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 11 Aug 2023 02:43:29 -0400 Subject: [PATCH] chore: use 2x faster pre-commit mirror (#1569) --- .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 ac0e72632..a2419fec5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace -- repo: https://github.com/psf/black +- repo: https://github.com/psf/black-pre-commit-mirror rev: 23.7.0 hooks: - id: black