ruff/crates/ruff_python_formatter/src/statement
2025-05-16 13:25:28 +02:00
..
clause.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
mod.rs Preserve trailing statement semicolons when using fmt: skip (#8273) 2023-10-30 00:07:14 +00:00
stmt_ann_assign.rs Ruff 2024.2 style (#9639) 2024-02-29 09:30:54 +01:00
stmt_assert.rs Ruff 2025 style guide (#13906) 2025-01-09 10:20:06 +01:00
stmt_assign.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_aug_assign.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02: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 Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_continue.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_delete.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_expr.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_for.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_function_def.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_global.rs Remove AstNode and AnyNode (#15479) 2025-01-17 17:11:00 -05:00
stmt_if.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_import.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_import_from.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02: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 Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02: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 Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_return.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_try.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_type_alias.rs Ruff 2024.2 style (#9639) 2024-02-29 09:30:54 +01:00
stmt_while.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_with.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
suite.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00