diff --git a/pyproject.toml b/pyproject.toml index 91066797..caf9c2b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ disable = [ "R0901", # too-many-ancestors "R0902", # too-many-instance-attributes "R1711", # useless-return + "R0917", # too many positional arguments "W0511", # TODO ]