fix(pylint): added too-many-statements to the ignore list

This commit is contained in:
Seaswimmer 2023-09-24 17:06:06 -04:00
parent 00c8130cbe
commit e27182f47f
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -9,4 +9,5 @@
superfluous-parens, superfluous-parens,
invalid-name, invalid-name,
too-many-locals, too-many-locals,
too-many-public-methods too-many-public-methods,
too-many-statements