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",