ruff/crates/ruff_python_formatter/src/other
2023-12-22 03:41:03 +00:00
..
alias.rs Avoid printing continuations within import identifiers (#7744) 2023-10-02 09:51:07 -04:00
arguments.rs Create dedicated is_*_enabled functions for each preview style (#8988) 2023-12-04 05:38:54 +00:00
bytes_literal.rs Split string formatting to individual nodes (#9058) 2023-12-14 12:55:10 -06:00
commas.rs Improve with statement comment handling and expression breaking (#6621) 2023-08-18 03:30:38 +00:00
comprehension.rs Skip over parentheses when detecting in keyword (#8054) 2023-10-18 19:13:58 -04:00
decorator.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
elif_else_clause.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
except_handler_except_handler.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
f_string.rs Split string formatting to individual nodes (#9058) 2023-12-14 12:55:10 -06:00
f_string_part.rs Split string formatting to individual nodes (#9058) 2023-12-14 12:55:10 -06:00
identifier.rs Remove spaces from import statements (#7859) 2023-10-11 11:35:41 +00:00
keyword.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
match_case.rs Move {AnyNodeRef, AstNode} to ruff_python_ast crate root (#8030) 2023-10-18 00:01:18 +00:00
mod.rs Split string formatting to individual nodes (#9058) 2023-12-14 12:55:10 -06:00
parameter.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
parameter_with_default.rs Formatter: Remove unnecessary group (#8455) 2023-11-03 04:14:29 +00:00
parameters.rs Avoid trailing comma for single-argument with positional separator (#9076) 2023-12-09 18:03:31 -05:00
string_literal.rs Split string formatting to individual nodes (#9058) 2023-12-14 12:55:10 -06:00
with_item.rs Parenthesize multi-context managers (#9222) 2023-12-22 03:41:03 +00:00