-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Enhancement #11
Enhancement #11
Conversation
adds commitizen to pyproject.toml
ruff - for formatting/linting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request to remove pdm.lock , Add commitizen block in toml file
[tool.pdm] | ||
distribution = true | ||
|
||
[tool.pdm.dev-dependencies] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need one more section which is commitizen
backend/pdm.lock
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to add pdm.lock
Please provide Readme in the installation doc about how to install using pdm |
What does this PR do?
Resolves Integrate Pre-commit Hooks and Dependency Management
Consideration
Why choices of pre-commit hook
Why pdm for dependency management