From 95dde9d8dc9007b28881eee10231bdd8ae0c9d43 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 29 Jun 2023 13:43:50 -0700 Subject: [PATCH] Switch pre-commit to using mypyc compiled Black wheels (#15544) --- .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 1ad273ce5584..a56e1af938b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer - - repo: https://github.com/psf/black + - repo: https://github.com/hauntsaninja/black-pre-commit-mirror rev: 23.3.0 # must match test-requirements.txt hooks: - id: black