Merge pull request 'chore: limit pylint to < 3 to avoid incompatibilities' (#8) from dev into master

Reviewed-on: https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper/pulls/8
new-tag:0.2.3
This commit was merged in pull request #8.
This commit is contained in:
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",