chore(deps): update dependency pylint to v3 (main) (#2731)

* chore(deps): update dependency pylint to v3

* chore: disable duplicate-code lint error

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
renovate[bot] 2023-10-14 17:22:08 +02:00 committed by GitHub
parent f2fc9c138b
commit 655481902c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ extension-pkg-whitelist = [
"pydantic",
]
disable = [
"duplicate-code",
"fixme",
"missing-class-docstring",
"missing-function-docstring",

View File

@ -3,7 +3,7 @@ black>=23.1.0,<24.0
flake8>=6.0.0,<6.2
isort>=5.12.0,<5.13
mypy==1.6.0
pylint>=2.16.1,<2.18
pylint>=2.16.1,<3.1
pytest-cov>=4.0.0,<4.2
pytest-xdist>=3.1.0,<3.4
pytest>=7.2.1,<7.5