From 90e265e7c42b2115a1395f83ca41d7ba09b56e68 Mon Sep 17 00:00:00 2001 From: Asgeir Nyvoll Date: Mon, 29 Jan 2024 08:44:29 +0100 Subject: [PATCH] unpin pylint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 872813e4b..a82560ad0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "flaky", "isort", "mypy", - "pylint<=2.13.9", # Locked due to https://github.com/equinor/webviz-subsurface/issues/1052 + "pylint", # unpin <=2.13.9", # Locked due to https://github.com/equinor/webviz-subsurface/issues/1052 "pytest-mock", "pytest-xdist", "pytest-forked",