ruff/crates/ruff_python_formatter/src/expression
2024-02-26 15:35:20 +00:00
..
binary_like.rs Hug multiline-strings preview style (#9243) 2024-01-10 12:47:34 +01:00
expr_attribute.rs
expr_await.rs
expr_bin_op.rs Hug multiline-strings preview style (#9243) 2024-01-10 12:47:34 +01:00
expr_bool_op.rs
expr_boolean_literal.rs
expr_bytes_literal.rs Hug multiline-strings preview style (#9243) 2024-01-10 12:47:34 +01:00
expr_call.rs
expr_compare.rs Hug multiline-strings preview style (#9243) 2024-01-10 12:47:34 +01:00
expr_dict.rs
expr_dict_comp.rs
expr_ellipsis_literal.rs
expr_f_string.rs Preview minimal f-string formatting (#9642) 2024-02-16 20:28:11 +05:30
expr_generator_exp.rs Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
expr_if_exp.rs
expr_ipy_escape_command.rs
expr_lambda.rs
expr_list.rs
expr_list_comp.rs
expr_name.rs
expr_named_expr.rs Parenthesize breaking named expressions in match guards (#9396) 2024-01-08 14:47:01 +00:00
expr_none_literal.rs
expr_number_literal.rs Range formatting: Fix invalid syntax after parenthesizing expression (#9751) 2024-02-02 17:56:25 +01:00
expr_set.rs
expr_set_comp.rs
expr_slice.rs
expr_starred.rs
expr_string_literal.rs Hug multiline-strings preview style (#9243) 2024-01-10 12:47:34 +01:00
expr_subscript.rs
expr_tuple.rs Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
expr_unary_op.rs
expr_yield.rs
expr_yield_from.rs
mod.rs Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
operator.rs
parentheses.rs Preserve indent around multiline strings (#9637) 2024-01-26 08:18:30 +01:00