From 874026ca8ffc352bb9f2eaee72ea7bb4d8f0d13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:07:38 +0000 Subject: [PATCH] Bump pylint from 3.2.7 to 3.3.6 (#8441) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston --- pyproject.toml | 1 + requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8929238ec..b4431e433b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ disable = [ "too-many-branches", "too-many-statements", "too-many-arguments", + "too-many-positional-arguments", "too-many-return-statements", "too-many-instance-attributes", "duplicate-code", diff --git a/requirements_test.txt b/requirements_test.txt index c074ca2496..f59c95c87d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -pylint==3.2.7 +pylint==3.3.6 flake8==7.0.0 # also change in .pre-commit-config.yaml when updating ruff==0.11.0 # also change in .pre-commit-config.yaml when updating pyupgrade==3.15.2 # also change in .pre-commit-config.yaml when updating