ruff/crates/ruff_python_formatter/src
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
..
comments Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
expression Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
module
other Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
pattern Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
snapshots
statement Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
string Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
type_param
builders.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
cli.rs
context.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
db.rs
generated.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
lib.rs
main.rs
options.rs
prelude.rs
preview.rs
range.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
shared_traits.rs
verbatim.rs