ruff/crates/ruff_python_formatter/src/statement
2023-08-30 00:44:11 +00:00
..
clause.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
mod.rs Support fmt: skip on compound statements (#6593) 2023-08-17 06:05:41 +00:00
stmt_ann_assign.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_assert.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_assign.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_aug_assign.rs Support fmt: skip for simple-statements and decorators (#6561) 2023-08-17 05:58:19 +00:00
stmt_break.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_class_def.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
stmt_continue.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_delete.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
stmt_expr.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_for.rs Remove unnecessary Comment#slice calls (#6997) 2023-08-30 00:44:11 +00:00
stmt_function_def.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
stmt_global.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_if.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_import.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_import_from.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
stmt_ipy_escape_command.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
stmt_match.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_nonlocal.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_pass.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_raise.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_return.rs Use optional parentheses for tuples in return statements (#6875) 2023-08-29 08:30:05 +02:00
stmt_try.rs Remove unnecessary Comment#slice calls (#6997) 2023-08-30 00:44:11 +00:00
stmt_type_alias.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_while.rs Remove unnecessary Comment#slice calls (#6997) 2023-08-30 00:44:11 +00:00
stmt_with.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
suite.rs Remove unnecessary Comment#slice calls (#6997) 2023-08-30 00:44:11 +00:00