Mathieu Kniewallner
Mathieu Kniewallner
Since https://github.com/sdispater/clikit/pull/27 has been merged, it seems that this issue can be closed.
> I would prefer for the `--version` to be available only on the application level. I don't see why it should work with `list` or `help` commands, since `app list...
> @mkniewallner I think I am gonna delay this feature to the 1.1 release. Took a look into the code and in the current state, this is a non-trivial issue...
> There is allready an PR to fix this issue since three weeks: #90 @meanmail and @mkniewallner: Could you please check this PR? Why are you pinging me? I'm not...
> If Renovate doesn't support groups, and you have only groups, I guess it would be expected. Has anyone created a _minimal_ reproduction? (see definition above) Just created https://github.com/mkniewallner/renovate-poetry-dependency-groups. We...
Shouldn't this list be updated to? https://github.com/python-poetry/poetry-core/blob/d6d33de68e48cd2da4730dd01b69b8d32f51ae41/src/poetry/core/version/helpers.py#L13-L26
FYI, this one needed a rebase, since it was based on a rather old version of the main branch. It looks like you still rely on `master` locally, and poetry-core...
I am able to reproduce on `master` with the following minimal `pyproject.toml`: ```toml [tool.poetry] name = "foo" version = "0.0.1" description = "" authors = [] [tool.poetry.dependencies] python = "^3.9"...
> nice find. > > In the unlikely event of finding (i) time and (ii) consensus, I'd happily abandon tomlkit. (With the possible of exception of the `poetry add` workflow,...
I'm not sure why it doesn't consistently produce the extra indentation, but the `tomlkit` issue you linked is unrelated. The issue you reported here is not a bug in `tomlkit`,...