pdm update -u
moves [tool.pdm]
section to the bottom of pyproject.toml
#2251
Labels
🐛 bug
Something isn't working
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Given a pyproject.toml like this.
Actual behavior
Running
pdm update -u
will create apyproject.toml
that looks like this.Expected behavior
I expect it to keep the same order of keys when writing back to the file system.
Environment Information
The text was updated successfully, but these errors were encountered: