ruff/crates/ruff_python_formatter/src/statement
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
..
clause.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
mod.rs
stmt_ann_assign.rs Ruff 2024.2 style (#9639) 2024-02-29 09:30:54 +01:00
stmt_assert.rs Ruff 2025 style guide (#13906) 2025-01-09 10:20:06 +01:00
stmt_assign.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
stmt_aug_assign.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_break.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_class_def.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_continue.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_delete.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_expr.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_for.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_function_def.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_global.rs Remove AstNode and AnyNode (#15479) 2025-01-17 17:11:00 -05:00
stmt_if.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_import.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_import_from.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_ipy_escape_command.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_match.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_nonlocal.rs Remove AstNode and AnyNode (#15479) 2025-01-17 17:11:00 -05:00
stmt_pass.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_raise.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_return.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
stmt_try.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_type_alias.rs Ruff 2024.2 style (#9639) 2024-02-29 09:30:54 +01:00
stmt_while.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
stmt_with.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
suite.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00