diff --git a/setup.cfg b/setup.cfg index 30f659a16..ab05b38df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,7 @@ disable= inconsistent-return-statements, too-few-public-methods, too-many-locals, + too-many-branches, too-many-arguments, too-many-public-methods, too-many-instance-attributes,