ruff/crates/ruff_python_formatter
konstin d1d06960f0
Add a formatter CLI for debugging (#4809)
* Add a formatter CLI for debugging

This adds a ruff_python_formatter cli modelled aber `rustfmt` that i use for debugging

* clippy

* Add print IR and print comments options

Tested with `cargo run --bin ruff_python_formatter -- --print-ir --print-comments scratch.py`
2023-06-05 07:33:33 +00:00
..
resources/test/fixtures/black Move typos to pre-commit config (#4148) 2023-04-29 12:13:35 -04:00
src Add a formatter CLI for debugging (#4809) 2023-06-05 07:33:33 +00:00
Cargo.toml Move universal newline handling into its own crate (#4729) 2023-05-31 12:00:47 -04:00
Docs.md Generate FormatRule definitions (#4724) 2023-06-01 08:38:53 +02:00
generate.py Use dummy verbatim formatter for all nodes (#4755) 2023-06-01 08:25:26 +00:00
orphan_rules_in_the_formatter.svg Generate FormatRule definitions (#4724) 2023-06-01 08:38:53 +02:00