**How would this feature be useful?** [`ISC001`](https://docs.astral.sh/ruff/rules/single-line-implicit-string-concatenation/) detects implicitly concatenated strings on a single line. They are usually left-overs of `black` or `ruff format` runs. **Describe the solution you'd like** Fix issues reported by `ruff check --extend-select ISC001` and add `ISC` to `pyproject.toml`. **Describe alternatives you've considered**