From 820bb1c7e1f84dd9507149e6533d0d353f3cb12e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:21:58 +0200 Subject: [PATCH] chore(deps): update dependency pylint to v3 (stable) (#2737) * 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 --- playout/pyproject.toml | 1 + tools/python-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playout/pyproject.toml b/playout/pyproject.toml index 7c7bcfdc8..73c92a49b 100644 --- a/playout/pyproject.toml +++ b/playout/pyproject.toml @@ -9,6 +9,7 @@ extension-pkg-whitelist = [ "pydantic", ] disable = [ + "duplicate-code", "fixme", "missing-class-docstring", "missing-function-docstring", diff --git a/tools/python-requirements.txt b/tools/python-requirements.txt index 3f49f7f3c..75acaaae0 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -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