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
Labeling this as a bug because, imo, its a ux problem. Technically huak could take an opinion on pyproject.toml formatting (which it still may, but it's undecided).
pyproject-toml-rs as a parser is nice, but from what I can tell trying to use it to also modify and write contents to files can be challending. See related PyO3/pyproject-toml-rs#10.
In #831 I'm using toml_edit, but I'm also thinking about situations with [tool] used:
Labeling this as a bug because, imo, its a ux problem. Technically
huak
could take an opinion on pyproject.toml formatting (which it still may, but it's undecided).Using the following pyproject.toml
huak add xlcsv
also updates the ordering of the tablesThe text was updated successfully, but these errors were encountered: