ruff/crates/ruff_python_formatter/resources/test/fixtures
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
..
black [syntax-errors] PEP 701 f-strings before Python 3.12 (#16543) 2025-03-18 11:12:15 -04:00
ruff Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
import_black_tests.py Use ast::PythonVersion internally in the formatter and linter (#16170) 2025-02-18 12:03:13 -05:00