From cb7c0559f3a2823b2faf178641263dba01c7b144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:00:01 +0100 Subject: [PATCH] Bump pylint from 3.2.7 to 3.3.1 (#257) * 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] * Update pylint config --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Hjelmare --- pylintrc | 1 + requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 5b2e2d2..3c6ff63 100644 --- a/pylintrc +++ b/pylintrc @@ -23,3 +23,4 @@ disable= max-args=9 max-attributes=9 +max-positional-arguments=9 diff --git a/requirements_tests.txt b/requirements_tests.txt index 0b00580..92288d7 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,4 +1,4 @@ black==24.10.0 flake8==7.1.1 mypy==1.13.0 -pylint==3.2.7 +pylint==3.3.1