Jens Tröger

Results 121 comments of Jens Tröger

Probably also related is issue https://github.com/PyCQA/pydocstyle/issues/635

Hmm. That’s a nice idea but I’d have to wire my own blob of code into into `pyproject.toml` and ship another module, right? Unless we allow folks to stash Python...

> Now that I think about it... maybe we could even make the existing provider `pep621` read this, right? I do like that. > On the other hand, the recommendation...

I just noticed the same behavior: with the `--prerelease` switch commitizen only ever increments the version once and then continues to bump the pre-release counter. Furthermore, it increments on non-bump...

What @rpatterson said. Whether a user publishes a release from a pre-release or not is a different matter. The question really is: given a pre-release tag & version and a...

> does this table summarize it well? @woile see also https://github.com/conventional-commits/conventionalcommits.org/issues/398#issuecomment-969387687.

A note to avoid duplication — we’re working on a change for this issue.

@DarthLegiON thank you for the report, I’ve seen similar problems in my own project. Unfortunately, we didn’t investigate more but in our case deleting the virtual env and rebuilding it...

> I upgraded your example but we still miss the content of `Base` and `RoleGroup`, would you mind providing us the detail or create a minimal reproducer, please ? `Base`...