From b4d7a50beecac8e1d298d6cfca653b96b0fd441b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 10:38:57 +0100 Subject: [PATCH] Bump pylint from 3.2.7 to 3.3.1 (#778) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- pylintrc | 3 ++- requirements_tests.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pylintrc b/pylintrc index 8feb318d..6be1aad6 100644 --- a/pylintrc +++ b/pylintrc @@ -14,6 +14,7 @@ disable= too-many-instance-attributes, too-many-lines, too-many-locals, + too-many-positional-arguments, too-many-public-methods, too-many-return-statements, too-many-statements, @@ -26,7 +27,7 @@ disable= no-else-return [EXCEPTIONS] -overgeneral-exceptions=Exception +overgeneral-exceptions=builtins.Exception [TYPECHECK] diff --git a/requirements_tests.txt b/requirements_tests.txt index fdf795c6..0183758b 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,4 +1,4 @@ flake8==7.1.1 -pylint==3.2.7 +pylint==3.3.1 black==24.10.0 pytest==8.3.3