fix(pylint): added too-many-return-statements to the disabled messages

This commit is contained in:
Seaswimmer 2023-09-27 13:59:20 -04:00
parent 9976cc1905
commit bc6f5bdfbe
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

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