You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am adding dependency-groups (see this and this) to my pyproject.toml file and find that the sorting of the groups within the dependency-groups section is non-alphabetical.
I am adding dependency-groups (see this and this) to my pyproject.toml file and find that the sorting of the groups within the dependency-groups section is non-alphabetical.
Given the following pyproject.toml file:
executing
pyproject-fmt pyproject.toml
converts the pyproject.toml file into:This sorting also introduced a single empty line which breaks up the visual connection of all dependency groups.
I had expected the sorting to be alphabetical by the dependency group name and to not create new spaces.
The text was updated successfully, but these errors were encountered: