diff --git a/setup.cfg b/setup.cfg index b9c236991..606714539 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,6 +28,7 @@ disable= too-many-locals, too-many-branches, too-many-arguments, + too-many-statements, too-many-public-methods, too-many-instance-attributes, protected-access,