ruff/crates/ruff_python_formatter/src
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
..
core Upgrade RustPython to match new flattened exports (#3141) 2023-02-22 19:36:13 +00:00
format Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
snapshots Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
attachment.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
builders.rs Unify comment terminology with that of rome_formatter (#2979) 2023-02-17 03:02:25 +00:00
cli.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
context.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
cst.rs Add support for TryStar (#3089) 2023-02-21 13:42:20 -05:00
lib.rs Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
main.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
newlines.rs Add support for TryStar (#3089) 2023-02-21 13:42:20 -05:00
parentheses.rs Add support for TryStar (#3089) 2023-02-21 13:42:20 -05:00
shared_traits.rs Remove unused AsFormat trait for Option<T> (#3041) 2023-02-19 20:19:35 +00:00
trivia.rs Upgrade RustPython to match new flattened exports (#3141) 2023-02-22 19:36:13 +00:00