mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 14:00:51 -05:00
If `allow-multiline = false` is set, then if the user enables `explicit-string-concatenation` (`ISC003`), there's no way for them to create valid multiline strings. This PR notes that they should turn off `ISC003`. Closes #2362.