Add conventional-commits pre-commit hook by azmeuk · Pull Request #811 · authlib/authlib
Conversation
What kind of change does this PR introduce?
This PR enforce conventional commits commit naming convention with a pre-commit hook.
This ensures we can then use python-semantic-release with correctly formatted commits.
Checklist
- You ran the linters with
prek.
- You consent that the copyright of your pull request source code belongs to Authlib's author.
| args: [ | ||
| "--verbose", | ||
| "--scope", | ||
| "client,authorization_server,resource_server,jose", |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about scope with:
jose, oauth, oidc, client
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
azmeuk
deleted the
conventional-commits
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters