Laurent Tramoy
Laurent Tramoy
### Description https://github.com/commitizen-tools/commitizen/issues/414 and https://github.com/commitizen-tools/commitizen/pull/551 introduced what is a breaking change for my team, since we want `cz check` to fail in the CI, in case of a fixup. [This...
I started working on static config models. While doing that, I added some tests on the `load.parse_file` function. I then realized that all the parsing done in `ini2toml_plugin` is not...
related to #1166 I noticed the flavors were broken. After trying several things, I realized we could simply define the "general" section as the flavor being used, instead of passing...
Hello, While having a closer look at the code before trying to start a MR for https://github.com/GothenburgBitFactory/bugwarrior/issues/998, I noticed there is no formatter in this repo. I then considered adding...
Disclaimer: I'm biased towards pytest, it's used in most python projects, and I think it has been the standard in python for quite some time. That said, I truly think...
When we run the test suite, we have a lot of noisy warnings. Most of them are DeprecationWarning of third party packages, so we could safely ignore them, others are...