ruff/crates/ruff_python_formatter/src/statement
Charlie Marsh edb9b0c62a
Use the formatter prelude in more files (#6882)
Removes a bunch of imports that are made redundant by the prelude.
2023-08-25 16:51:07 -04:00
..
clause.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -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 Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_continue.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_delete.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_expr.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_for.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_function_def.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -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 Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_ipy_escape_command.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -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 the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_try.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_type_alias.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_while.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
stmt_with.rs Format function and class definitions into a single line if its body is an ellipsis (#6592) 2023-08-21 09:02:23 +02:00
suite.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00