ruff/crates/ruff_python_formatter/src/other
Micha Reiser f3e464ea4c
refactor: Simplify quote selection logic (#13536)
2024-09-27 14:40:28 +02:00
..
alias.rs Avoid printing continuations within import identifiers (#7744) 2023-10-02 09:51:07 -04:00
arguments.rs Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
bytes_literal.rs refactor: Simplify quote selection logic (#13536) 2024-09-27 14:40:28 +02:00
commas.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
comprehension.rs Use `space` separator before parenthesiszed expressions in comprehensions with leading comments. (#12282) 2024-07-11 22:38:12 +02:00
decorator.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
elif_else_clause.rs Insert empty line between suite and alternative branch after def/class (#12294) 2024-07-15 12:59:33 +02:00
except_handler_except_handler.rs Insert empty line between suite and alternative branch after def/class (#12294) 2024-07-15 12:59:33 +02:00
f_string.rs refactor: Simplify quote selection logic (#13536) 2024-09-27 14:40:28 +02:00
f_string_element.rs Implement a common trait for the string flags (#11564) 2024-05-27 16:02:01 +01:00
f_string_part.rs Split string formatting to individual nodes (#9058) 2023-12-14 12:55:10 -06:00
identifier.rs Range formatting: Fix invalid syntax after parenthesizing expression (#9751) 2024-02-02 17:56:25 +01:00
keyword.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
match_case.rs Parenthesize `match..case` `if` guards (#13513) 2024-09-26 06:44:33 +00:00
mod.rs Preview minimal f-string formatting (#9642) 2024-02-16 20:28:11 +05:30
parameter.rs Fix placement of inline parameter comments (#13379) 2024-09-18 08:26:06 +02:00
parameter_with_default.rs Formatter: Remove unnecessary `group` (#8455) 2023-11-03 04:14:29 +00:00
parameters.rs Upgrade to Rust 1.79 (#11875) 2024-06-17 07:15:10 +01:00
string_literal.rs refactor: Simplify quote selection logic (#13536) 2024-09-27 14:40:28 +02:00
with_item.rs Fix parentheses around return type annotations (#13381) 2024-09-20 09:23:53 +02:00