6 ms·
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`
by jgauth 1y 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`
- godelski 1y agoYou can always use `uvx ruff check` or `uv tool run ruff check`. Though honestly I find just running `ruff check` much easier.
- baggiponte 1y agouv ruffy sounds funny