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",