ruff/crates/ruff_python_formatter/src/statement
K 47653ca88a
[formatter] Fix missing blank lines before decorated classes in .pyi files (#18888)
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-06-24 16:25:44 +02:00
..
clause.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
mod.rs Preserve trailing statement semicolons when using `fmt: skip` (#8273) 2023-10-30 00:07:14 +00:00
stmt_ann_assign.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_assert.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_assign.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_aug_assign.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_break.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_class_def.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_continue.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_delete.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_expr.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_for.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_function_def.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_global.rs Remove `AstNode` and `AnyNode` (#15479) 2025-01-17 17:11:00 -05:00
stmt_if.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_import.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_import_from.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_ipy_escape_command.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_match.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_nonlocal.rs Remove `AstNode` and `AnyNode` (#15479) 2025-01-17 17:11:00 -05:00
stmt_pass.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_raise.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_return.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_try.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_type_alias.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_while.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
stmt_with.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
suite.rs [formatter] Fix missing blank lines before decorated classes in .pyi files (#18888) 2025-06-24 16:25:44 +02:00