Skip to content

Commit

Permalink
Make ruff the default binary (#9558)
Browse files Browse the repository at this point in the history
## Summary

This makes `cargo run` equivalent to `cargo run -p ruff` which is almost
always what you want.
  • Loading branch information
charliermarsh committed Jan 16, 2024
1 parent 8118d29 commit 29c130f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ruff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 29c130f

Please sign in to comment.