ruff/crates/ruff_python_formatter/src/statement
K 47653ca88a
Some checks are pending
CI / Determine changes (push) Waiting to run
CI / cargo fmt (push) Waiting to run
CI / cargo clippy (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo test (linux, release) (push) Blocked by required conditions
CI / cargo test (windows) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (release) (push) Waiting to run
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz build (push) Blocked by required conditions
CI / fuzz parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / Fuzz for new ty panics (push) Blocked by required conditions
CI / cargo shear (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / mkdocs (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / check playground (push) Blocked by required conditions
CI / benchmarks-instrumented (push) Blocked by required conditions
CI / benchmarks-walltime (push) Blocked by required conditions
[ty Playground] Release / publish (push) Waiting to run
[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