mirror of https://github.com/coqui-ai/TTS.git
update `pylintrc` for torch and numpy functions
This commit is contained in:
parent
d9f1268f99
commit
975531b3f2
|
@ -253,7 +253,7 @@ contextmanager-decorators=contextlib.contextmanager
|
|||
# List of members which are set dynamically and missed by pylint inference
|
||||
# system, and so shouldn't trigger E1101 when accessed. Python regular
|
||||
# expressions are accepted.
|
||||
generated-members=
|
||||
generated-members=numpy.*,torch.*
|
||||
|
||||
# Tells whether missing members accessed in mixin class should be ignored. A
|
||||
# mixin class is detected if its name ends with "mixin" (case insensitive).
|
||||
|
|
Loading…
Reference in New Issue