mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
In https://github.com/astral-sh/ruff/pull/6616 we are adding support for nested replacements in format specifiers which makes actually formatting strings infeasible without a great deal of complexity. Since we're not using these functions (they just exist for runtime use in RustPython), we can just remove them.