chore: limit pylint to < 3 to avoid incompatibilities #8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user