diff --git a/setup.cfg b/setup.cfg index 3379e3d81..c5d268dbb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ disable= too-many-branches, too-many-arguments, too-many-statements, + too-many-nested-blocks, too-many-public-methods, too-many-instance-attributes, protected-access,