From 3401c0a9e517d757b27ab7047da8e484ed5295e9 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 24 May 2019 18:30:19 -0400 Subject: [PATCH] Pin robotframework to 3.1.1 3.1.2 introduced a new tidy requirement which does not work in 3.0 versions of RobotFramework. Pin to 3.1.1 until we can communicate to the community to upgrade to the 3.1 version. Change-Id: Ib9398500d4c5b162b6ae2d758a1a13daf468bb99 Signed-off-by: Thanh Ha --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cecdca20db..d554ffa890 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,4 +3,4 @@ rev: 'master' hooks: - id: robotframework-tidy-wrapper - + additional_dependencies: ['robotframework==3.1.1'] # Pin due to tidy warning in 3.1.2 -- 2.36.6