Closed bje- closed 3 months ago
Ruff's import sorting rule is designed to be compatible with isort assuming profile = "black"
, but you're using different isort formatting there. We don't support the variants that wrap like you have it wrapped above. Check out the FAQ. There are a few other minor deviations that are documented in there.
Thanks, and sorry I missed the FAQ entry!
No prob!
One of my source files produces a warning from
ruff
:Running
isort
over the file does not change these statements in any way, so it seems thatruff
andisort
are assuming differentisort
settings. I am not runningisort
with any options nor am I using a settings file.