Merge "[COMMON] Add a pre-commit-auto-update tox profile"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 13 Dec 2021 17:23:53 +0000 (17:23 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 13 Dec 2021 17:23:53 +0000 (17:23 +0000)
.pre-commit-config.yaml
tox.ini

index 6bfce7a..980093a 100644 (file)
@@ -6,7 +6,7 @@ repos:
       - id: trailing-whitespace
         #exclude: '^ordmodels/'
   - repo: https://github.com/jorisroovers/gitlint
-    rev: v0.15.1
+    rev: v0.17.0
     hooks:
       - id: gitlint
         stages: [commit-msg]
diff --git a/tox.ini b/tox.ini
index 01019bb..6388e88 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -112,3 +112,9 @@ commands =
     # As a result, the line above is always skipped in jenkins CI since there cannot be a .git/COMMIT_EDITMSG file.
     # A dedicated gitlint profile for CI is proposed above. Also to behave fine locally, this profile must have access
     # to the HOME variable so that Gitlint can retrieve Git user settings.
+
+[testenv:pre-commit-autoupdate]
+basepython = python3
+deps = pre-commit
+commands =
+    pre-commit autoupdate