Use black-pre-commit-mirror for faster mypyc-compiled wheels

This commit is contained in:
Hugo van Kemenade 2023-09-09 13:16:25 +03:00
parent 0d1e83098d
commit 9d104b241e

View File

@ -5,8 +5,8 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 23.7.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
hooks:
- id: black
args: [--target-version=py38]