chore: limit pylint to < 3 to avoid incompatibilities #8

Merged
chacha merged 1 commits from dev into master 2023-10-04 16:23:32 +02:00

View File

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