diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-07-25 02:46:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 02:46:28 +0000 |
commit | ad8d62ae9612c173a749d413f7a84e5b8c0167cf (patch) | |
tree | a23a27655a5846d6f0afc29536024f175e2a361b | |
parent | f2209a0ea084eaf7fbc89591ddfea138d99527a6 (diff) | |
download | gitlab-ad8d62ae9612c173a749d413f7a84e5b8c0167cf.tar.gz |
chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.29.0
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47860cb..a009cb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen - rev: v2.28.0 + rev: v2.29.0 hooks: - id: commitizen stages: [commit-msg] |