mirror of https://github.com/astral-sh/ruff
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
|
|
@ -10,6 +10,7 @@ documentation = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
readme = "../../README.md"
|
readme = "../../README.md"
|
||||||
|
default-run = "ruff"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruff_cache = { path = "../ruff_cache" }
|
ruff_cache = { path = "../ruff_cache" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue