Describe the feature
The first iteration of the package template kept isort around because sunpy core uses the length_sort_sections config key which ruff doesn’t have support for.
I think we could drop the use of this config option and alphabetically sort everything, but this should be done as a standalone migration as it will generate large diffs to all the repos using the config option currently, especially core.
Proposed solution
No response
Describe the feature
The first iteration of the package template kept isort around because sunpy core uses the
length_sort_sectionsconfig key which ruff doesn’t have support for.I think we could drop the use of this config option and alphabetically sort everything, but this should be done as a standalone migration as it will generate large diffs to all the repos using the config option currently, especially core.
Proposed solution
No response