ruff/crates/ruff_python_formatter/src/expression
2023-08-25 17:47:02 +02:00
..
expr_attribute.rs Use BestFit layout even for attributes with a short name (#6872) 2023-08-25 17:47:02 +02:00
expr_await.rs Preserve yield parentheses (#6766) 2023-08-22 10:27:20 +00:00
expr_bin_op.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_bool_op.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_call.rs Fix formatting of comments between function and arguments (#6826) 2023-08-25 04:06:56 +00:00
expr_compare.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_constant.rs Fix parenthesizing of implicit strings (#6852) 2023-08-24 12:31:02 +00:00
expr_dict.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_dict_comp.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_f_string.rs Maybe parenthesize long constants and names (#6816) 2023-08-24 09:47:57 +00:00
expr_formatted_value.rs Track formatting all comments 2023-08-10 09:19:27 +02:00
expr_generator_exp.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_if_exp.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_ipy_escape_command.rs fmt: off..on suppression comments (#6477) 2023-08-14 15:57:36 +00:00
expr_lambda.rs Make Parameters an optional field on ExprLambda (#6669) 2023-08-18 15:34:54 +00:00
expr_list.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_list_comp.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_name.rs Maybe parenthesize long constants and names (#6816) 2023-08-24 09:47:57 +00:00
expr_named_expr.rs Parenthesize NamedExpr if target breaks (#6714) 2023-08-21 16:29:26 +02:00
expr_set.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_set_comp.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_slice.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_starred.rs Rename Comments methods (#6649) 2023-08-18 06:37:01 +00:00
expr_subscript.rs Maybe parenthesize long constants and names (#6816) 2023-08-24 09:47:57 +00:00
expr_tuple.rs Omit tuple parentheses in for statements except when absolutely necessary (#6765) 2023-08-22 12:18:59 +02:00
expr_unary_op.rs Maybe parenthesize long constants and names (#6816) 2023-08-24 09:47:57 +00:00
expr_yield.rs Preserve yield parentheses (#6766) 2023-08-22 10:27:20 +00:00
expr_yield_from.rs Add AnyExpressionYield to consolidate ExprYield and ExprYieldFrom (#6127) 2023-07-27 16:01:16 +00:00
mod.rs Respect own-line leading comments before parenthesized nodes (#6820) 2023-08-25 00:18:05 -04:00
number.rs Replace Formatter<PyFormatContext<'_>> with PyFormatter (#6330) 2023-08-04 10:48:58 +02:00
parentheses.rs Maybe parenthesize long constants and names (#6816) 2023-08-24 09:47:57 +00:00
string.rs fix is_raw_string for multiple prefixes (#6865) 2023-08-25 09:58:26 +02:00