From 504ba099f0771604ceb0846e6d08911b28983091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:51:07 +0000 Subject: [PATCH 1/2] 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] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5774b2e25c0b356ce0b70dac50ecfbea59a6ea58 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 13 Oct 2024 17:09:52 -0500 Subject: [PATCH 2/2] update pylint --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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]