We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was not able to find how to use commitizen with a pyproject.toml file that is not in the root folder.
Thus I would like to suggest the addition of the configuration option --config that could be used in pre-commit config like this:
- repo: https://github.com/commitizen-tools/commitizen rev: v2.31.0 hooks: - id: commitizen additional_dependencies: ['toml'] stages: [commit-msg] args: - --config=config/pyproject.toml
No response
The text was updated successfully, but these errors were encountered:
Hi @Lee-W, I would like to assign for this issue, and I'm trying to develop this feature now.
Sorry, something went wrong.
sure! Thanks a lot!
feat(cli): add config option to specify config file path
c3228cc
Issue commitizen-tools#656
5e2cc6c
Issue #656
rockleona
Successfully merging a pull request may close this issue.
Description
I was not able to find how to use commitizen with a pyproject.toml file that is not in the root folder.
Thus I would like to suggest the addition of the configuration option --config that could be used in pre-commit config like this:
Possible Solution
No response
Additional context
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: