aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-02-13 09:40:16 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2023-02-14 09:29:57 +0100
commit13f7959fec10262f79cb1fbb3574d37b1a639858 (patch)
tree041135db74c869e5cd1202b3785ef445d5598d18
parentd25e509d471e0ef58da1a6b7691be0370197fcfa (diff)
[COMMON] Update gitlint version to v0.18.0
update maybe needed to fix the jenkins job "oom-master-commit-lint" fix the gitlint version Issue-ID: OOM-2998 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id087ec2dd872c352b737a461930972950c6ec707
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 980093a7a5..bcbafe5d5f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
- id: trailing-whitespace
#exclude: '^ordmodels/'
- repo: https://github.com/jorisroovers/gitlint
- rev: v0.17.0
+ rev: v0.18.0
hooks:
- id: gitlint
stages: [commit-msg]
diff --git a/requirements.txt b/requirements.txt
index a849267b23..b5cdcc0c10 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,6 +9,7 @@ PyEnchant
pylint
autopep8
gitlint-core
+sh==1.14.3
sphinxcontrib-blockdiag
sphinxcontrib-seqdiag
sphinxcontrib-swaggerdoc