From da0dc98e889a2e1d339708f021319f3199cf5bf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:51:10 +0200 Subject: [PATCH] chore(deps): update dependency pylint to >=3,<3.4 (#442) --- pyproject.toml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60a7dd0..f88f9b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,4 +35,5 @@ disable = [ "too-many-arguments", "too-many-instance-attributes", "too-many-lines", + "too-many-positional-arguments", ] diff --git a/setup.py b/setup.py index 350d077..39b7472 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ ], "test": [ "coverage>=7.6,<7.7", - "pylint>=3,<3.3", + "pylint>=3,<3.4", "pytest>=8,<8.4", "pytest-cov>=5,<5.1", "mypy>=1.11,<1.12",