We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd689b5 commit d57a3f5Copy full SHA for d57a3f5
2 files changed
.pre-commit-config.yaml
@@ -4,4 +4,8 @@ repos:
4
hooks:
5
- id: ruff
6
args: [--fix]
7
- - id: ruff-format
+ - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen
8
+ rev: v4.1.0
9
+ hooks:
10
+ - id: commitizen
11
+ stages: [commit-msg]
pyproject.toml
@@ -65,3 +65,4 @@ check_untyped_defs = true
65
warn_return_any = true
66
warn_unused_ignores = true
67
show_error_codes = true
68
+
0 commit comments