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