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