mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-11 00:02:29 +02:00
d1817e9049
pre-commit install --install-hooks
10 lines
340 B
TOML
10 lines
340 B
TOML
[tool.commitizen]
|
|
name = "cz_conventional_commits"
|
|
|
|
# enforce sign-off below as well
|
|
extra_arguments = ["-S", "--signoff"]
|
|
|
|
# harmless redundancy
|
|
[tool.commitizen.customize]
|
|
schema_pattern = '^(feat|add|fix|bugfix|revert|security|perf|refactor|change|chore|ci|docs|style|test|build)(\(.+\))?(!)?: .{1,72}(\n.*)*\nSigned-off-by: .+ <.+@.+>'
|