diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-14 08:38:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-02-14 08:38:32 +0000 |
commit | 63ec99de7215eb043093dd0e8ec90d8c33aa6590 (patch) | |
tree | 39fbc1a9672a12c2f23a34c2b25e73b3d35edd87 | |
parent | 0b0c1bc55083b5b6e8f08b0b1189fb600357188d (diff) | |
parent | 13f7959fec10262f79cb1fbb3574d37b1a639858 (diff) |
Merge "[COMMON] Update gitlint version to v0.18.0"
-rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
-rw-r--r-- | requirements.txt | 1 |
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 |