mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Make ruff
the default binary (#9558)
## Summary This makes `cargo run` equivalent to `cargo run -p ruff` which is almost always what you want.
This commit is contained in:
parent
8118d29419
commit
29c130f326
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ documentation = { workspace = true }
|
|||
repository = { workspace = true }
|
||||
license = { workspace = true }
|
||||
readme = "../../README.md"
|
||||
default-run = "ruff"
|
||||
|
||||
[dependencies]
|
||||
ruff_cache = { path = "../ruff_cache" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue