Wei Lee
Wei Lee
@Woile I've rebased it and add test cases for it. Could you please take a look? Thanks!
@LukeHankey do you think @Kurt-von-Laven solve your question? If not, could you please elaborate?
Thanks @Kurt-von-Laven . IMO, the document is clear enough. I'll close this issue for now. @LukeHankey If you think we should have more discuss or you can think of a...
Thanks for reporting! if my memory serves me right, we did not do anything to disable the color 🤔 might need to take a look at the pre-commit side as...
No, #186 only implements a portion of it.
I just update the description. See if it's clear 🙂
I believe [version_files](https://commitizen-tools.github.io/commitizen/config/#settings) can solve it. sample config ```toml [tool.commitizen] ...... version_files = ['VERSION'] ```
This also relates to https://github.com/commitizen-tools/commitizen/issues/153 as most of the untyped parts are from configurations. Also, https://github.com/commitizen-tools/commitizen/issues/300
> I'd avoid introducing more dependencies if possible and potentially use dataclasses instead. Or typeddict. Let's try TypeDict first then. It would be easier than using dataclasses. we can migrate...
Hi @josix , I'm actually working on it. Which part do you want to start from? Maybe we could split our effort.