nsidc / qgreenland

Source code for generating the QGreenland package hosted at https://qgreenland.org/
https://qgreenland.readthedocs.io
Other
36 stars 9 forks source link

Investigate caching pre-commit environments in CI #689

Open MattF-NSIDC opened 1 year ago

MattF-NSIDC commented 1 year ago

A good amount of time is spent downloading pre-commit's dependencies. Can we cache something? Or, heaven forbid, use pre-commit.ci as a separate CI provider just for this lint step?

pre-commit.ci will always be free for open source repositories.