ruff/crates/ruff_python_formatter/src/comments
Alex Waygood a1e65a92bd
Move `is_tuple_parenthesized` from the formatter to `ruff_python_ast` (#9533)
This allows it to be used in the linter as well as the formatter. It
will be useful in #9474
2024-01-15 16:10:40 +00:00
..
snapshots Split `Constant` to individual literal nodes (#8064) 2023-10-30 12:13:23 +05:30
debug.rs Update to Rust 1.74 and use new clippy lints table (#8722) 2023-11-16 18:12:46 -05:00
format.rs Preserve trailing semicolon for Notebooks (#8590) 2023-11-10 21:53:35 +05:30
map.rs remove several uses of `unsafe` (#8600) 2023-11-28 09:50:03 -05:00
mod.rs Remove type parameter from `parse_*` methods (#9466) 2024-01-11 19:41:19 +01:00
node_key.rs Move {AnyNodeRef, AstNode} to ruff_python_ast crate root (#8030) 2023-10-18 00:01:18 +00:00
placement.rs Move `is_tuple_parenthesized` from the formatter to `ruff_python_ast` (#9533) 2024-01-15 16:10:40 +00:00
visitor.rs Move {AnyNodeRef, AstNode} to ruff_python_ast crate root (#8030) 2023-10-18 00:01:18 +00:00