ruff/crates/ruff_python_formatter/src
David Szotten 50a7769d69
magic trailing comma for ExprList (#5365)
2023-06-26 21:59:01 +02:00
..
comments Remove prelude from `ruff_python_ast` (#5369) 2023-06-26 11:43:49 -04:00
expression magic trailing comma for ExprList (#5365) 2023-06-26 21:59:01 +02:00
module Run `rustfmt` on nightly to clean up erroneous comments (#5106) 2023-06-15 00:19:05 +00:00
other format StmtWith (#5350) 2023-06-26 15:09:06 +01:00
pattern Use dedicated structs in `comparable.rs` (#5042) 2023-06-13 03:57:34 +00:00
snapshots Use `insta::glob` instead of `fixture` macro (#5364) 2023-06-26 08:46:18 +00:00
statement Remove prelude from `ruff_python_ast` (#5369) 2023-06-26 11:43:49 -04:00
builders.rs Format implicit string continuation (#5328) 2023-06-26 12:41:47 +00:00
cli.rs Create `PyFormatOptions` 2023-06-26 14:02:17 +02:00
context.rs Create `PyFormatOptions` 2023-06-26 14:02:17 +02:00
generated.rs Upgrade RustPython (#5192) 2023-06-19 21:09:53 +00:00
lib.rs Create `PyFormatOptions` 2023-06-26 14:02:17 +02: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
trivia.rs Format Attribute Expression (#5259) 2023-06-21 21:33:53 +00:00