integreat-cms
integreat-cms copied to clipboard
Configure ruff import sorting and drop isort support
Short description
This pull request enables import sorting for ruff and tick some of the remaining boxes in #2442.
Side effects
While Ruff claims to be nearly equivalent to Isort when profile = "black", it formats the imports slightly differently. This pull request removes support for isort and deprecates black in our documentation to address the conflicting formatters.
Further Information: https://docs.astral.sh/ruff/faq/#how-does-ruffs-import-sorting-compare-to-isort