ignore too-many-statements pylint

This commit is contained in:
Lex Berezhny 2019-05-06 17:34:13 -04:00
parent 31983fbb8e
commit b3afee2f86

View file

@ -28,6 +28,7 @@ disable=
too-many-locals,
too-many-branches,
too-many-arguments,
too-many-statements,
too-many-public-methods,
too-many-instance-attributes,
protected-access,