ruff/crates/ruff_python_formatter/src/comments
Dylan 9bbf4987e8
Implement template strings (#17851)
This PR implements template strings (t-strings) in the parser and
formatter for Ruff.

Minimal changes necessary to compile were made in other parts of the code (e.g. ty, the linter, etc.). These will be covered properly in follow-up PRs.
2025-05-30 15:00:56 -05:00
..
snapshots Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
debug.rs Remove AstNode and AnyNode (#15479) 2025-01-17 17:11:00 -05:00
format.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
map.rs Use #[expect(lint)] over #[allow(lint)] where possible (#17822) 2025-05-03 21:20:31 +02:00
mod.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
node_key.rs Move {AnyNodeRef, AstNode} to ruff_python_ast crate root (#8030) 2023-10-18 00:01:18 +00:00
placement.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
visitor.rs Upgrade to Rust 1.86 and bump MSRV to 1.84 (#17171) 2025-04-03 15:59:44 +00:00