summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2021-12-21 09:53:51 +0100
committerGitHub <noreply@github.com>2021-12-21 09:53:51 +0100
commit182ab9243f6777ac3319a68905c7ad6e6bdcd77b (patch)
tree409d23396bf174796b45779697575e01fee04aa6
parent5ea539298df2a8aabeb99bce634ec0eb3a1a903d (diff)
parentfb9110b1849cea8fa5eddf56f1dbfc1c75f10ad9 (diff)
downloadgitlab-182ab9243f6777ac3319a68905c7ad6e6bdcd77b.tar.gz
Merge pull request #1770 from python-gitlab/renovate/alessandrojcm-commitlint-pre-commit-hook-6.x
chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v6
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 11a99fa..f2485d5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
- rev: v5.0.0
+ rev: v6.0.0
hooks:
- id: commitlint
additional_dependencies: ['@commitlint/config-conventional']