ignore too-many-branches pylint issue

This commit is contained in:
Lex Berezhny 2018-10-03 09:36:31 -04:00
parent a6f97dfbde
commit 1f4a9cff26

View file

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