diff --git a/pyproject.toml b/pyproject.toml index c8929238ec..b4431e433b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ disable = [ "too-many-branches", "too-many-statements", "too-many-arguments", + "too-many-positional-arguments", "too-many-return-statements", "too-many-instance-attributes", "duplicate-code", diff --git a/requirements_test.txt b/requirements_test.txt index c074ca2496..f59c95c87d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -pylint==3.2.7 +pylint==3.3.6 flake8==7.0.0 # also change in .pre-commit-config.yaml when updating ruff==0.11.0 # also change in .pre-commit-config.yaml when updating pyupgrade==3.15.2 # also change in .pre-commit-config.yaml when updating