Lock pre-commit to version 1.11.2 62/13162/1
authorEric Ball <eball@linuxfoundation.org>
Wed, 24 Oct 2018 01:02:18 +0000 (18:02 -0700)
committerEric Ball <eball@linuxfoundation.org>
Wed, 24 Oct 2018 01:10:46 +0000 (18:10 -0700)
The latest version, 1.12.0, is causing problems with the
lftools-tox-verify Jenkins job.

Change-Id: Ifa7cb9d90bb6691a3892778e3b186256bc4e4501
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index a5be53c..5eb24f7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ deps = -r{toxinidir}/requirements-test.txt
 commands = pytest
 
 [testenv:check-hooks]
-deps = pre-commit
+deps = pre-commit==1.11.2
 commands =
     pre-commit install
     pre-commit run --all-files