ruff/crates/ruff_python_formatter/src/format
Charlie Marsh 5fd827545b
Add a trailing newline to all .py.expect files (#3156)
This just re-formats all the `.py.expect` files with Black, both to add a trailing newline and be doubly-certain that they're correctly formatted.

I also ensured that we add a hard line break after each statement, and that we avoid including an extra newline in the generated Markdown (since the code should contain the exact expected newlines).
2023-02-23 02:29:27 +00:00
..
alias.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
arg.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
arguments.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
boolop.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
builders.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
cmpop.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
comprehension.rs Add support for trailing colons in slice expressions (#3077) 2023-02-20 23:24:32 +00:00
excepthandler.rs Add StmtKind::Try; fix trailing newlines (#3074) 2023-02-20 22:55:32 +00:00
expr.rs Enable tupleassign test (#3080) 2023-02-21 00:42:23 +00:00
helpers.rs Improve pow operator spacing (#2970) 2023-02-16 15:17:32 -05:00
mod.rs Add StmtKind::Try; fix trailing newlines (#3074) 2023-02-20 22:55:32 +00:00
operator.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
stmt.rs Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
unaryop.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
withitem.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00