Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ repos:

## Git
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.29.3 # Keep in sync with action.yaml and pyproject.toml.
rev: v2.29.5 # Keep in sync with action.yaml and pyproject.toml.
hooks:
- id: commitizen
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ runs:
git_name: commitizen-github-action[bot]
git_email: commitizen-github-action[bot]@users.noreply.github.com
github_token: ${{ github.token }}
commitizen_version: 2.29.3 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
commitizen_version: 2.29.5 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
27 changes: 15 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ build-backend = "poetry.core.masonry.api"
python = "^3.10.5"

[tool.poetry.dev-dependencies]
commitizen = "^2.29.3" # Keep in sync with .pre-commit-config.yaml and action.yaml.
commitizen = "^2.29.5" # Keep in sync with .pre-commit-config.yaml and action.yaml.
pre-commit = "^2.20.0"