mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Use black-pre-commit-mirror for faster mypyc-compiled wheels
This commit is contained in:
parent
0d1e83098d
commit
9d104b241e
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user