Y
Hacker News
new
|
ask
|
show
|
jobs
by
jgauth
294 days 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`
2 comments
godelski
294 days ago
You can always use `uvx ruff check` or `uv tool run ruff check`. Though honestly I find just running `ruff check` much easier.
link
baggiponte
293 days ago
uv ruffy sounds funny
link