From b222de66fefb818f08348a2f7de782b4ce2b1b75 Mon Sep 17 00:00:00 2001 From: Teddy Date: Fri, 20 Sep 2024 18:50:28 +0200 Subject: [PATCH] Minor fix pylint version (#17944) * fix import issue * fix: fix pylint version * style:ran python linting --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index c79f4b76380d..bfe3ce96eab8 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -328,7 +328,7 @@ "isort", "pre-commit", "pycln", - "pylint~=3.0", + "pylint~=3.2.0", # 3.3.0+ breaks our current linting # For publishing "twine", "build",