Update dependency pylint to v3 (#66)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-18 12:30:58 +01:00
committed by GitHub
parent 25607eda18
commit 3235b21ce8
3 changed files with 18 additions and 148 deletions

View File

@ -13,7 +13,7 @@ pillow = "^10.0.0"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
coverage = "^7.2.7"
pylint = "^2.17.4"
pylint = "^3.0.0"
pylint-exit = "^1.2.0"
pytest = "^7.4.0"
pre-commit = "^3.3.3"