Run pre-commit autoupdate 17/98217/2
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 29 Oct 2021 09:34:03 +0000 (11:34 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Mon, 22 Nov 2021 11:41:13 +0000 (12:41 +0100)
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I9dda524f19b15dbb6195e586ed93f2e04202a416

.pre-commit-config.yaml
tox.ini

index 1363f0bc2843c8e14c999e720416344ba5509170..bc040d936f7f30b49164946d68aaa516a788e985 100644 (file)
@@ -8,7 +8,7 @@ repos:
         # ordmodels trailing blanks shall preferably be fixed in OpenROADM upstream repo
 
   - repo: https://github.com/jorisroovers/gitlint
-    rev: v0.15.1
+    rev: v0.16.0
     hooks:
       - id: gitlint
         stages: [commit-msg]
diff --git a/tox.ini b/tox.ini
index 0751d9b1dd82dc207f89ed4738127273a7708896..b0f4896b96e856e155629f23c4eccab41ff10119 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -260,6 +260,12 @@ commands =
     pre-commit uninstall
     pre-commit uninstall --hook-type commit-msg
 
+[testenv:pre-commit-autoupdate]
+basepython = python3
+deps = pre-commit
+commands =
+    pre-commit autoupdate
+
 [testenv:pre-commit]
 basepython = python3
 deps = pre-commit