update `pylintrc` for torch and numpy functions

pull/520/head
Eren Gölge 2021-05-31 16:11:22 +02:00
parent d9f1268f99
commit 975531b3f2
1 changed files with 1 additions and 1 deletions

View File

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