From 1ae759ff5c88cde23f0bd3c3033f19782dcdbb7c Mon Sep 17 00:00:00 2001 From: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:42:56 +0100 Subject: [PATCH] Use Recommended `pre-commit` Mirror for `black` (#4051) --- .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 7587ec5a7..4c63f38a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: autoupdate_schedule: monthly repos: -- repo: https://github.com/psf/black +- repo: https://github.com/psf/black-pre-commit-mirror rev: 23.12.1 hooks: - id: black