ruff/crates/ruff_python_formatter/src/pattern
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
..
mod.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
pattern_arguments.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
pattern_keyword.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
pattern_match_as.rs Ruff 2025 style guide (#13906) 2025-01-09 10:20:06 +01:00
pattern_match_class.rs Align formatting of patterns in match-cases with expression formatting in clause headers (#13510) 2024-09-26 08:35:22 +02:00
pattern_match_mapping.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
pattern_match_or.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
pattern_match_sequence.rs Preserve tuple parentheses in case patterns (#18147) 2025-05-22 07:52:21 +02:00
pattern_match_singleton.rs Ruff 2025 style guide (#13906) 2025-01-09 10:20:06 +01:00
pattern_match_star.rs Upgrade to Rust 1.82 (#13816) 2024-10-19 16:05:50 +02:00
pattern_match_value.rs Ruff 2025 style guide (#13906) 2025-01-09 10:20:06 +01:00