ruff
1fe1c5f3 - Avoid emitting multi-line f-string elements before Python 3.12 (#24377)

Commit
46 days ago
Avoid emitting multi-line f-string elements before Python 3.12 (#24377) ## Summary See: https://github.com/astral-sh/ruff/pull/24355#discussion_r3026446640. Prior to Python 3.12, we need to avoid emitting formatted expressions that span multiple lines in non-triple quoted f-strings.
Author
Parents
Loading