diff --git a/pyproject.toml b/pyproject.toml index ec6b7142a46..2cbbc2e2301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -215,6 +215,9 @@ expected-line-ending-format = "LF" [tool.pylint.EXCEPTIONS] overgeneral-exceptions = ["builtins.BaseException", "builtins.Exception"] +[tool.pylint.DESIGN] +max-positional-arguments = 10 + [tool.pytest.ini_options] testpaths = ["tests"] norecursedirs = [".git"] diff --git a/requirements_tests.txt b/requirements_tests.txt index bcd3be78a2a..3f91a33a69b 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,6 +1,6 @@ coverage==7.6.1 pre-commit==3.8.0 -pylint==3.2.7 +pylint==3.3.0 pytest-aiohttp==1.0.5 pytest-asyncio==0.23.6 pytest-cov==5.0.0