top | item 44979669 (no title) jgauth | 6 months ago This is cool. Is there a way to call ruff’s linter? Like `uv lint`, which would call `ruff check`.To your analogy, it’d be like `cargo clippy` discuss order hn newest godelski|6 months ago You can always use `uvx ruff check` or `uv tool run ruff check`. Though honestly I find just running `ruff check` much easier. baggiponte|6 months ago uv ruffy sounds funny
godelski|6 months ago You can always use `uvx ruff check` or `uv tool run ruff check`. Though honestly I find just running `ruff check` much easier.
godelski|6 months ago
baggiponte|6 months ago