From 179f97ce786846a4ccb17b4418ce190dc08ceefa Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Tue, 23 Oct 2018 18:02:18 -0700 Subject: [PATCH] Lock pre-commit to version 1.11.2 The latest version, 1.12.0, is causing problems with the lftools-tox-verify Jenkins job. Change-Id: Ifa7cb9d90bb6691a3892778e3b186256bc4e4501 Signed-off-by: Eric Ball --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a5be53c7..5eb24f70 100644 --- 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 -- 2.16.6