mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
## Summary It seems like the range of an `ExprStringLiteral` can be somewhat unreliable when the string is part of an implicit concatenation with an f-string. Using the tokens themselves is more reliable. Closes #8680. Closes https://github.com/astral-sh/ruff/issues/7784.