pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
123 stars 51 forks source link

Use Black mirror for faster pre-commit #205

Closed hugovk closed 8 months ago

hugovk commented 9 months ago

The mirror uses a mypyc-compiled wheel which is faster.

https://github.com/psf/black-pre-commit-mirror

Also update some pins whilst we're here.