summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-12-13 17:23:53 +0000
committerGerrit Code Review <gerrit@onap.org>2021-12-13 17:23:53 +0000
commit47685192241e4cd70762c7e792416f63eddc2dd8 (patch)
tree5f7e3146ec29d3fa328dd92bb88ca39e606d3a1e /tox.ini
parent7ffea7fdc885fe74a4884f94ee1a2baa1b29b74d (diff)
parent296fa7fdb76c56a2d59e6f33f5e8745c23138f9b (diff)
Merge "[COMMON] Add a pre-commit-auto-update tox profile"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 01019bbd18..6388e88cea 100644
--- 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