ruff/scripts
Charlie Marsh 8118d29419
Rename ruff_cli crate to ruff (#9557)
## Summary

Long ago, we had a single `ruff` crate. We started to break that up, and
at some point, we wanted to separate the CLI from the core library. So
we created `ruff_cli`, which created a `ruff` binary. Later, the `ruff`
crate was renamed to `ruff_linter` and further broken up into additional
crates.

(This is all from memory -- I didn't bother to look through the history
to ensure that this is 100% correct :))

Now that `ruff` no longer exists, this PR renames `ruff_cli` to `ruff`.
The primary benefit is that the binary target and the crate name are now
the same, which helps with downstream tooling like `cargo-dist`, and
also removes some complexity from the crate and `Cargo.toml` itself.

## Test Plan

- Ran `rm -rf target/release`.
- Ran `cargo build --release`.
- Verified that `./target/release/ruff` was created.
2024-01-16 17:47:01 -05:00
..
benchmarks Bump version to v0.1.13 (#9493) 2024-01-12 09:27:39 -05:00
_utils.py Use __future__ imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
add_plugin.py Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
add_rule.py Rename RuleGroup::Unspecified to Stable (#7991) 2023-10-16 14:53:27 -05:00
check_docs_formatted.py Add new rule to check for useless quote escapes (#8630) 2023-11-13 21:59:37 +00:00
check_ecosystem.py Add a non-latin project to the ecosystem checks (#9199) 2023-12-19 16:14:01 -05:00
Dockerfile.ecosystem Remove outdated feature flag from Dockerfile.ecosystem (#4620) 2023-05-24 08:19:08 +00:00
ecosystem_all_check.py Rename Autofix to Fix (#7657) 2023-09-28 10:53:05 +00:00
ecosystem_all_check.sh Rename Autofix to Fix (#7657) 2023-09-28 10:53:05 +00:00
ecosystem_all_check_entrypoint.sh Make ecosystem all check more generic (#4629) 2023-05-24 16:26:23 +02:00
formatter_ecosystem_checks.sh Use the latest poetry ref in the ecosystem formatter check script (#9104) 2023-12-12 06:32:47 +00:00
generate_known_standard_library.py Remove HashMap and HashSet for known-standard-library detection (#5345) 2023-06-23 19:59:03 +00:00
generate_mkdocs.py Rename ruff_cli crate to ruff (#9557) 2024-01-16 17:47:01 -05:00
pyproject.toml Use tool.ruff.lint in more places (#8317) 2023-10-28 18:39:38 -05:00
transform_readme.py Use __future__ imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
update_ambiguous_characters.py Use characters instead of u32 in confusable map (#8463) 2023-11-03 09:57:47 -04:00
update_schemastore.py Use SSH clones in update_schemastore.py (#5322) 2023-06-23 09:50:10 -04:00