astral-sh / ruff-pre-commit

A pre-commit hook for Ruff.
Apache License 2.0
802 stars 38 forks source link

feat: use uv for package management #77

Closed CoderJoshDK closed 3 months ago

CoderJoshDK commented 3 months ago

Summary

uv is great. So we should use it where we can.

The cache had to be removed because the workflow breaks currently. https://github.com/actions/setup-python/issues/822 When this is solved, caching can be brought back in.

Test Plan

Ran workflow on my local repo.