disable too-many-nested-blocks lint rule

This commit is contained in:
Lex Berezhny 2020-02-12 10:47:40 -05:00
parent be4515ec9a
commit 98c60b38fc

View file

@ -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,