ruff/crates/ruff_python_semantic
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
..
resources/test/fixtures/cfg Control flow: return and raise (#17121) 2025-04-03 08:30:29 -05:00
src Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
Cargo.toml Control flow graph: setup (#17064) 2025-04-01 05:53:42 -05:00