cisagov / skeleton-generic

A generic skeleton project for quickly getting a new cisagov project started.
Creative Commons Zero v1.0 Universal
14 stars 11 forks source link

Change the source repository for the `black` hook #148

Closed mcdonnnj closed 1 year ago

mcdonnnj commented 1 year ago

๐Ÿ—ฃ Description

This pull request changes the source repository we use for the black hook from psf/black to psf/black-pre-commit-mirror.

[!NOTE] This PR is built on top of #142 to hopefully improve merge queue success.

๐Ÿ’ญ Motivation and context

Using this repository will use the version of black available from PyPI which includes mypyc generated wheels. If one of these wheels is available (and used) it can offer significant performance gains vs. the standard Python package.

๐Ÿงช Testing

Automated tests pass.

โœ… Pre-approval checklist