Marcos Martins
Marcos Martins
@ciscoski @FelixAbrahamsson @Lee-W I'm creating an custom plugin as a Python module as mentioned on documentation [here](https://commitizen-tools.github.io/commitizen/customization/#:~:text=Create%20a%20Python%20module). So, since **commitizen** is based on [questionary](https://github.com/tmbo/questionary) we can pass the keyword argument...
Could you show me where in the code these flags are created? So I could add this functionality of suppressing the flags.
@Lee-W I delete the `tests/commands/test_other_commands.py` an move the tests for the correspondent file without asking you. Let me know if you need that I revert or squash this.
@Lee-W Can I act on this?
@Lee-W Waiting review on #1120 🤝🏻
Twitter: Multi8000 Discord: Multi8000#9799
@Lee-W Can you help me? Dont know whats happening here lol. All works fine on my local branch, all tests passes:  But it still failing on CI
> I guess it's due to the latest main branch change. could you please run `poetry run pytest --force-regen` and see whether it fixes the CI? If not, I'll take...
> Changed in Python 3.10. We could probably generate two sets of expected results and run that test based on different Python versions. We could try https://docs.pytest.org/en/latest/how-to/skipping.html#id1. Not sure whether...
> @marcosdotme Done. I decide not to cover < 3.10 as this is not important enough to check Ok! Thanks 🤝🏻