From dca2d81d8b04ca29a77dc01fbfa55d7cd6bf14fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:59:33 +0200 Subject: [PATCH] Bump pylint from 3.2.7 to 3.3.1 (#957) * Bump pylint from 3.2.7 to 3.3.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Disable too-many-positional-arguments --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston Co-authored-by: Erik --- pylintrc | 1 + requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 1a519920b..b8f028fe7 100644 --- a/pylintrc +++ b/pylintrc @@ -8,6 +8,7 @@ disable= too-few-public-methods, too-many-arguments, too-many-instance-attributes, + too-many-positional-arguments, too-many-public-methods, duplicate-code, too-many-nested-blocks, diff --git a/requirements-test.txt b/requirements-test.txt index 8de69d1f5..7429cd48c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ black==24.8.0 flake8==7.1.1 mypy==1.11.2 PlexAPI==4.15.16 -pylint==3.2.7 +pylint==3.3.1 rstcheck==6.2.4 types-beautifulsoup4==4.12.0.20240907 types-html5lib==1.1.11.20240806