Open lwasser opened 2 days ago
Using toml-sort in a pre-commit hook is an effective way to resolve this issue.
I was not very careful with managing whitespace in the jinja statements. Doing some kind of automated formatting would be my preferred option, too.
toml-sort looks nice, but I'm not sure how to best introduce it. I see the following possible solutions:
--trust
to the copier command (https://copier.readthedocs.io/en/stable/configuring/#unsafe).--trust
the template?"if we move the actual items in the template into sidecar .yaml
data files, then in the template we can sort the data and focus on the meta-layout rather than having the syntactic layout function of the template be mixed with the semantic content of what's being laid out :)
Is it possible to clean up the pyproject.toml just a little bit so the spacing is uniform between tables? It will be easier to read if each table has a space after it! some do and others don't.