ruff/crates/ruff_python_formatter/src
2024-02-26 17:35:29 +00:00
..
comments Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
expression Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
module Attach dangling comments to the comprehension instead of the if or iter nodes (#7693) 2023-09-29 10:45:01 +01:00
other Perf: Skip string normalization when possible (#10116) 2024-02-26 17:35:29 +00:00
pattern New Singleton enum for PatternMatchSingleton node (#8063) 2023-10-30 05:48:53 +00:00
snapshots Remove exception-handler lexing from unused-bound-exception fix (#5851) 2023-07-18 18:27:46 +00:00
statement Disable top-level docstring formatting for notebooks (#9957) 2024-02-12 18:14:02 +00:00
string Perf: Skip string normalization when possible (#10116) 2024-02-26 17:35:29 +00:00
type_param Don't move type param opening parenthesis comment (#8163) 2023-10-24 12:02:27 +00:00
builders.rs Preview minimal f-string formatting (#9642) 2024-02-16 20:28:11 +05:30
cli.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
context.rs Preview minimal f-string formatting (#9642) 2024-02-16 20:28:11 +05:30
generated.rs Split string formatting to individual nodes (#9058) 2023-12-14 12:55:10 -06:00
lib.rs Reduce Result<Tok, LexicalError> size by using Box<str> instead of String (#9885) 2024-02-08 20:36:22 +00:00
main.rs Formatter and parser refactoring (#7569) 2023-09-26 15:29:43 +02:00
options.rs Preview minimal f-string formatting (#9642) 2024-02-16 20:28:11 +05:30
prelude.rs Accept any Into<AnyNodeRef> as Comments arguments (#5205) 2023-06-20 16:49:21 +00:00
preview.rs Preview minimal f-string formatting (#9642) 2024-02-16 20:28:11 +05:30
range.rs Disable top-level docstring formatting for notebooks (#9957) 2024-02-12 18:14:02 +00:00
shared_traits.rs ruff_python_formatter: copy and inline shared traits (#8656) 2023-11-13 12:16:04 -05:00
verbatim.rs Preview minimal f-string formatting (#9642) 2024-02-16 20:28:11 +05:30