From fdb217c2502160f3be48eb751959d1a04a956d80 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 10 Aug 2023 11:01:00 -0400 Subject: [PATCH] chore: use 2x faster pre-commit mirror (#653) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 745f684fc..401893365 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,8 +19,8 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace -- repo: https://github.com/psf/black - rev: "23.3.0" +- repo: https://github.com/psf/black-pre-commit-mirror + rev: "23.7.0" hooks: - id: black