From 62683e2f44825de35beffd962a47697d848170d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:12:28 -0500 Subject: [PATCH] Bump pylint from 3.2.7 to 3.3.1 (#968) 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 dadea951..ad3fb68d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ disable = [ "bad-mcs-classmethod-argument", "duplicate-code", "too-many-lines", + "too-many-positional-arguments" ] [tool.ruff] diff --git a/requirements_test.txt b/requirements_test.txt index 9165591a..fc250526 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -pylint==3.2.7 +pylint==3.3.1 ruff==0.6.9 flake8==7.1.1 isort==5.13.2