From 8a995a253c3ab1b31b8274794f832845d16bfb7e Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 1 Apr 2025 19:10:37 +0200 Subject: [PATCH] Pin flake8 version while flake issues are being fixed Change-Id: I1a5250946ff95eb74e7cf77935a51844573c74b6 Signed-off-by: garciadeblas --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 268ae782..f106d067 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ allowlist_externals = sh ####################################################################################### [testenv:flake8] -deps = flake8 +deps = flake8==7.1.2 commands = flake8 osm_lcm/ setup.py -- 2.25.1