From 1f4a9cff26e47fc6fbd95e400ce4e91968cc10e5 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 3 Oct 2018 09:36:31 -0400 Subject: [PATCH] ignore too-many-branches pylint issue --- setup.cfg | 1 + 1 file changed, 1 insertion(+) 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,