From 87de19ad8a48808078d426a47921a4bac8bd0ed4 Mon Sep 17 00:00:00 2001 From: Henri Ervasti Date: Tue, 16 Jul 2024 15:49:01 +0200 Subject: [PATCH] [#QMI-xxx] Problem with pylint version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41d67c64..91da59c7 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def read(*names, **kwargs): # For static code checks "astroid==2.12.2", "coverage", - "pylint>=3.0", + "pylint", "mypy", ], "rtd": [