diff --git a/.pylintrc b/.pylintrc index 0bc0be4b..1b3d64c2 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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).