diff --git a/pyproject.toml b/pyproject.toml index 998443d0..caf9c2b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ lint = [ "black==24.8.0", "isort==5.13.2", - "pylint==3.2.7", + "pylint==3.3.1", ] docs = [ "sphinx>=7,<9", @@ -83,6 +83,7 @@ disable = [ "R0901", # too-many-ancestors "R0902", # too-many-instance-attributes "R1711", # useless-return + "R0917", # too many positional arguments "W0511", # TODO ]