From a006845be876e5e907326087eaf4d22b2618e3ae Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 25 Sep 2024 22:41:55 -0700 Subject: [PATCH] R0917 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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 ]