mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
This PR fixes two related issues with using isort on files using tabs for indentation: - Multiline imports are never considered correctly formatted, since the comparison with the generated code will always fail. - Using autofix generates code that can have mixed indentation in the same line, for imports that are within nested blocks.