Use mirror to run `black` with pre-commit (#95605)

This commit is contained in:
Marc Mueller 2023-08-03 13:21:07 +02:00 committed by GitHub
parent db5d1b10ea
commit 1fa66953b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ repos:
- id: ruff
args:
- --fix
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
hooks:
- id: black