From 1778d106855f7205249cebc046fab2c21a363ec7 Mon Sep 17 00:00:00 2001 From: cclecle Date: Wed, 4 Oct 2023 15:20:08 +0100 Subject: [PATCH] chore: limit pylint to < 3 to avoid incompatibilities --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1de177..c5200ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "mypy>=0.99", "coverage>=7.0", "radon>=5.1", - "pylint>=2.15", + "pylint>=2.15,<3", "pylint-json2html>=0.4", "pandas>=1.5", "mypy[reports]>=0.99", -- 2.47.3