diff --git a/setup.cfg b/setup.cfg
index 8fd2726f33ce260c4472a68a4ffcf218b3c138af..7609b1a56d7e12ba6da274ce129a83b1aefcd3b8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,6 +39,7 @@ disable =
     wrong-import-position,
     protected-access,
     no-name-in-module,
+    too-many-arguments,
     too-many-statements,
     duplicate-code,
     broad-except,