You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my project the default settings are fine but I use a setup.cfg for configuring other tools. Because of this I get a deprecation warning from commitizen about switching to using pyproject.toml instead. If no settings are specified for commitizen in the setup.cfg then it shouldn't give a warning. Currently I have had to add:
[tool.commitizen]
to my pyproject.toml with no settings to stop the warning.