ruff/crates/ruff_python_formatter/src
Micha Reiser 6bf6646c5d Respect indent when measuring with `MeasureMode::AllLines` (#6120) 2023-07-27 10:22:13 -04:00
..
comments Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
expression Respect indent when measuring with `MeasureMode::AllLines` (#6120) 2023-07-27 10:22:13 -04:00
module Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
other Unbreak main (#6123) 2023-07-27 10:22:13 -04:00
pattern Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
snapshots Remove exception-handler lexing from `unused-bound-exception` fix (#5851) 2023-07-18 18:27:46 +00:00
statement Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
builders.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
cli.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
context.rs Remove parser dependency from ruff-python-ast (#6096) 2023-07-26 17:47:22 +02:00
generated.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
lib.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
main.rs Add a formatter CLI for debugging (#4809) 2023-06-05 07:33:33 +00:00
options.rs Prefer the configured quote style 2023-06-26 14:24:25 +02:00
prelude.rs Accept any `Into<AnyNodeRef>` as `Comments` arguments (#5205) 2023-06-20 16:49:21 +00:00