Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wrong nested table level when overwriting pyproject (#6512)
Previously, we rely on the `display_name` stored with `tomlkit.Table`, which is an internal implementation detail, and it breaks python-poetry/tomlkit#234. This PR corrects the nested table level, because `preserved` map comes from the poetry config table. (cherry picked from commit 20352b6)
- Loading branch information