Skip to content

Commit

Permalink
Add cz
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Sep 22, 2023
1 parent d02910c commit 19697da
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 11 deletions.
187 changes: 176 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ruff = ">=0.0.289,<0.0.291"
toml = "^0.10.2"
types-toml = "^0.10.8.7"
yapf = "^0.40.1"
commitizen = "^3.9.1"

[tool.poetry.group.docs]
optional = true
Expand Down Expand Up @@ -68,6 +69,11 @@ pytest-mock = "^3.11.1"
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.cz]
tag_format = "v$version"
version_files = ["README.md", "package.json"]
version_provider = "pep621"

[tool.isort]
case_sensitive = true
combine_as_imports = true
Expand Down

0 comments on commit 19697da

Please sign in to comment.