fix(pylint): added too-many-return-statements to the disabled messages
This commit is contained in:
parent
9976cc1905
commit
bc6f5bdfbe
1 changed files with 2 additions and 1 deletions
|
@ -11,4 +11,5 @@
|
||||||
too-many-locals,
|
too-many-locals,
|
||||||
too-many-public-methods,
|
too-many-public-methods,
|
||||||
too-many-statements,
|
too-many-statements,
|
||||||
arguments-differ
|
arguments-differ,
|
||||||
|
too-many-return-statements
|
||||||
|
|
Loading…
Reference in a new issue