CI is a bit slow at the moment - part of that is because pre-commit is uncached. We can avoid having a duplicate cache by sharing it with uv via prek.
See https://github.com/usethis-python/usethis-python/pull/999/files for an example of a CI simplifcation that can happen at the same time to try and get the uv cache to work
CI is a bit slow at the moment - part of that is because
pre-commit is uncached. We can avoid having a duplicate cache by sharing it with uv viaprek.See https://github.com/usethis-python/usethis-python/pull/999/files for an example of a CI simplifcation that can happen at the same time to try and get the uv cache to work