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:
Charlie Marsh 2024-01-16 18:31:24 -05:00 committed by GitHub
parent 8118d29419
commit 29c130f326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" }