ruff/crates/ruff_python_formatter/src/other
2025-05-16 13:25:28 +02:00
..
alias.rs Avoid printing continuations within import identifiers (#7744) 2023-10-02 09:51:07 -04:00
arguments.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
bytes_literal.rs Remove layout values from AnyStringPart (#13681) 2024-10-09 07:25:40 +01:00
commas.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
comprehension.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +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 Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
f_string.rs Ruff 2025 style guide (#13906) 2025-01-09 10:20:06 +01:00
f_string_element.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02: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 Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
mod.rs Remove FormatFStringPart (#14448) 2024-11-25 10:29:22 +05:30
parameter.rs Fix placement of inline parameter comments (#13379) 2024-09-18 08:26:06 +02:00
parameter_with_default.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
parameters.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
string_literal.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
with_item.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00