tox-dev / pyproject-fmt

MIT License
167 stars 27 forks source link

Request: supporting alphabetization of keys #241

Closed jamesbraza closed 1 month ago

jamesbraza commented 1 month ago

I use https://github.com/pappasam/toml-sort, which alphabetizes keys. However, pyproject-fmt==2.1.4 then un-alphabetizes the keys.

Is there some way we can add a flag to support alphabetic ordering of keys in pyproject-fmt?

gaborbernat commented 1 month ago

These two projects have opposing philosophies and probably should be used exclusively.