fix:update click and tomlkit#339
Conversation
| "wheel", | ||
| "python-gitlab>=1.10,<3", | ||
| "tomlkit==0.7.0", | ||
| "tomlkit==0.7.2", |
There was a problem hiding this comment.
FYI this was pined to 0.7.0 as it seems it was causing a bug where the pyproject.toml was being wiped.
Should probably have left a comment or even better write a test reproducing the problem... 😞
|
Has this issue been reported upstream? |
|
So it turns out to be a problem only when the TOML file has out-of-order tables. The spec discourages them ("Defining tables out-of-order is discouraged."), but they are considered valid. I tried to look at I've added a test case in #349, to make sure we get the right behaviour in PSR (at least). |
No description provided.