ruff/crates/ruff_python_formatter/src
2023-02-23 14:02:23 -05:00
..
core Add support for reformatting byte strings (#3176) 2023-02-23 16:50:24 +00:00
format Implement float literal formatting (#3184) 2023-02-23 14:02:23 -05:00
snapshots Implement float literal formatting (#3184) 2023-02-23 14:02:23 -05: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 Move RustPython vendored and helper code into its own crate (#3171) 2023-02-23 14:14:16 +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 Don't touch tuple brackets after in (#3160) 2023-02-23 03:10:24 +00: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