fix(pylint): added another pylint rule to the pylint ignore file

This commit is contained in:
Seaswimmer 2023-09-24 16:59:38 -04:00
parent cb15f7e2c1
commit b614c6d443
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -8,4 +8,5 @@
too-many-branches,
superfluous-parens,
invalid-name,
too-many-locals
too-many-locals,
too-many-public-methods