fix(pylint): added too-many-statements to the ignore list
This commit is contained in:
parent
00c8130cbe
commit
e27182f47f
1 changed files with 2 additions and 1 deletions
|
@ -9,4 +9,5 @@
|
|||
superfluous-parens,
|
||||
invalid-name,
|
||||
too-many-locals,
|
||||
too-many-public-methods
|
||||
too-many-public-methods,
|
||||
too-many-statements
|
||||
|
|
Loading…
Reference in a new issue