ruff/crates/ruff_python_formatter/src
qdegraaf 519dbdffaa
Format `ExprYield`/`ExprYieldFrom` (#5921)
Co-authored-by: Micha Reiser <micha@reiser.io>
2023-07-21 12:07:51 +00:00
..
comments Fix `SimpleTokenizer`'s backward lexing of `# ` (#5878) 2023-07-20 11:54:18 +02:00
expression Format `ExprYield`/`ExprYieldFrom` (#5921) 2023-07-21 12:07:51 +00:00
module Format `ModExpression` (#5689) 2023-07-11 16:41:10 +02:00
other Rename `ruff_python_whitespace` to `ruff_python_trivia` (#5886) 2023-07-19 11:48:27 -04:00
pattern Use dedicated structs in `comparable.rs` (#5042) 2023-06-13 03:57:34 +00:00
snapshots Remove exception-handler lexing from `unused-bound-exception` fix (#5851) 2023-07-18 18:27:46 +00:00
statement Rename `ruff_python_whitespace` to `ruff_python_trivia` (#5886) 2023-07-19 11:48:27 -04:00
builders.rs Rename `ruff_python_whitespace` to `ruff_python_trivia` (#5886) 2023-07-19 11:48:27 -04:00
cli.rs Add a tool for shrinking failing examples (#5731) 2023-07-18 08:03:35 +00:00
context.rs Cover Black's `is_aritmetic_like` formatting (#5738) 2023-07-14 17:54:58 +02:00
generated.rs Type alias stub for formatter (#5880) 2023-07-19 17:28:07 +02:00
lib.rs Remove exception-handler lexing from `unused-bound-exception` fix (#5851) 2023-07-18 18:27:46 +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