mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-06 22:40:18 +00:00
## Summary Previously, given: ```python a = \ 5; ``` When detecting continuations starting at the offset of the `;`, we'd flag the previous line as a continuation. We should only flag a continuation if there isn't leading content prior to the offset. Closes https://github.com/astral-sh/ruff/issues/6214 |
||
|---|---|---|
| .. | ||
| comment_ranges.rs | ||
| indexer.rs | ||
| lib.rs | ||