#gaborjbernat0001 On `pyproject fmt` I ve
1 messages · Page 1 of 1 (latest)
Also, why is there no space before project.optional-dependencies but there is for the other subsections? https://github.com/wntrblm/nox/blob/431e4224c5e57216531bd9392015b018ab3d4c69/pyproject.toml
Generally my preference is to inline everything and not accounted for sections
Yes, but if people do put it in sections, it should be consistently spaced. Or pulled out into inlines automatically (not sure how I feel about that)
TOML forces some things to not be inlined (no trailing comma or newlines for inline tables is the one that bites users)
Ahh, so it doesn't touch subsections (yet, at least), which is why spacing is random?