ruff/crates/ruff_python_formatter/src/other
2024-11-01 09:08:06 +01:00
..
alias.rs Avoid printing continuations within import identifiers (#7744) 2023-10-02 09:51:07 -04:00
arguments.rs Refactor: Remove StringPart and AnyStringPart in favor of StringLikePart (#13772) 2024-10-16 12:52:06 +02:00
bytes_literal.rs Remove layout values from AnyStringPart (#13681) 2024-10-09 07:25:40 +01: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 Extract LineIndex independent methods from Locator (#13938) 2024-10-28 07:53:41 +00:00
f_string_element.rs Extract LineIndex independent methods from Locator (#13938) 2024-10-28 07:53:41 +00:00
f_string_part.rs Normalize implicit concatenated f-string quotes per part (#13539) 2024-10-08 09:59:17 +00: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 Normalize implicit concatenated f-string quotes per part (#13539) 2024-10-08 09:59:17 +00:00
with_item.rs Fix formatting of single with-item with trailing comment (#14005) 2024-11-01 09:08:06 +01:00