From 98c60b38fcf1b780ae958fe7aea11f27867d5714 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 12 Feb 2020 10:47:40 -0500 Subject: [PATCH] disable too-many-nested-blocks lint rule --- setup.cfg | 1 + 1 file changed, 1 insertion(+) 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,