ruff/crates
Charlie Marsh ec575188c4
Narrow the supported options on the format CLI (#6944)
## Summary

Ensures that we only show supported options:

<img width="1228" alt="Screen Shot 2023-08-28 at 11 03 16 AM"
src="https://github.com/astral-sh/ruff/assets/1309177/50fb7595-dc30-43d2-a7e4-c0103acc15b9">

For now, I'm not super focused on DRYing up the CLI.
2023-08-28 15:28:22 +00:00
..
flake8_to_ruff Unify line size settings between ruff and the formatter (#6873) 2023-08-28 06:44:56 +00:00
ruff Allow `Locator#slice` to take `Ranged` (#6922) 2023-08-28 11:08:39 -04:00
ruff_benchmark Use Codspeed for continous benchmarking (#6896) 2023-08-26 16:34:35 +02:00
ruff_cache Error on zero tab width (#6429) 2023-08-08 16:51:37 -04:00
ruff_cli Narrow the supported options on the format CLI (#6944) 2023-08-28 15:28:22 +00:00
ruff_dev Narrow the supported options on the format CLI (#6944) 2023-08-28 15:28:22 +00:00
ruff_diagnostics Implement `Ranged` on more structs (#6921) 2023-08-27 19:03:08 +00:00
ruff_formatter Unify line size settings between ruff and the formatter (#6873) 2023-08-28 06:44:56 +00:00
ruff_index Add unreachable code rule (#5384) 2023-07-04 14:27:23 +00:00
ruff_macros Move `Configuration` to `ruff_workspace` crate (#6920) 2023-08-28 06:21:35 +00:00
ruff_python_ast Add TOML files to `SourceType` (#6929) 2023-08-28 15:01:48 +00:00
ruff_python_codegen Make `Parameters` an optional field on `ExprLambda` (#6669) 2023-08-18 15:34:54 +00:00
ruff_python_formatter Allow `Locator#slice` to take `Ranged` (#6922) 2023-08-28 11:08:39 -04:00
ruff_python_index Move `Ranged` into `ruff_text_size` (#6919) 2023-08-27 14:12:51 -04:00
ruff_python_literal Avoid parsing other parts of a format specification if replacements are present (#6858) 2023-08-25 17:42:57 +00:00
ruff_python_parser Remove unused f-string error type (#6941) 2023-08-28 18:34:48 +05:30
ruff_python_resolver Replace `.map_or(false, $closure)` with `.is_some_and(closure)` (#6244) 2023-08-01 19:29:42 +02:00
ruff_python_semantic Move `Ranged` into `ruff_text_size` (#6919) 2023-08-27 14:12:51 -04:00
ruff_python_stdlib Add TOML files to `SourceType` (#6929) 2023-08-28 15:01:48 +00:00
ruff_python_trivia Implement `Ranged` on more structs (#6921) 2023-08-27 19:03:08 +00:00
ruff_shrinking Move `Ranged` into `ruff_text_size` (#6919) 2023-08-27 14:12:51 -04:00
ruff_source_file Allow `Locator#slice` to take `Ranged` (#6922) 2023-08-28 11:08:39 -04:00
ruff_text_size Unify line size settings between ruff and the formatter (#6873) 2023-08-28 06:44:56 +00:00
ruff_wasm Add comments option to playground (#6911) 2023-08-28 07:26:23 +00:00
ruff_workspace Unify line size settings between ruff and the formatter (#6873) 2023-08-28 06:44:56 +00:00