ruff/crates/ruff_python_formatter
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
..
resources/test/fixtures/black Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
src Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
Cargo.toml test(ruff_python_formatter): Run all Black tests (#2993) 2023-02-22 09:25:06 -05:00