Speed up hatch run lint
in CI
#818
Labels
hacktoberfest
A month-long celebration of all things open-source
Nice to have 🍒
Possible projects for a rainy day
Our linting GitHub workflow is very slow because it re-installs all the pre-commit environments every time it runs. It block anything because it's not the slowest job we have but it would still be nice to speed up because it should be easy to do so by making a cache in one of two ways:
In both cases we need to think about what the cache key should be. Just hashing .pre-commit-config.yaml isn't enough since changes to linter config in pyproject.toml should also invalidate the cache.
The text was updated successfully, but these errors were encountered: