diff --git a/crates/ruff/Cargo.toml b/crates/ruff/Cargo.toml index a7eb8a7ce8390..8022529d89b48 100644 --- a/crates/ruff/Cargo.toml +++ b/crates/ruff/Cargo.toml @@ -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" }