File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [tool .commitizen ]
2+ name = " cz_conventional_commits"
3+ tag_format = " v$version"
4+ version_files = [
5+ " commitizen/__version__.py" ,
6+ " .pre-commit-config.yaml:rev:.+Commitizen" ,
7+ ]
8+ version_provider = " uv"
9+ version_scheme = " pep440"
Original file line number Diff line number Diff line change 1- include = [" pyproject.toml" , " .taplo.toml" ]
1+ include = [" pyproject.toml" , " .taplo.toml" , " .cz.toml " ]
22
33[formatting ]
44indent_string = " "
Original file line number Diff line number Diff line change @@ -131,17 +131,6 @@ script = [
131131requires = [" uv_build >= 0.9.17, <0.10.0" ]
132132build-backend = " uv_build"
133133
134-
135- [tool .commitizen ]
136- tag_format = " v$version"
137- version_files = [
138- " commitizen/__version__.py" ,
139- " .pre-commit-config.yaml:rev:.+Commitizen" ,
140- ]
141- version_provider = " uv"
142- version_scheme = " pep440"
143-
144-
145134[tool .uv .build-backend ]
146135module-name = " commitizen"
147136module-root = " "
You can’t perform that action at this time.
0 commit comments