From 8cc11e43601eb486f95d246d920766b49894285c Mon Sep 17 00:00:00 2001 From: jweis Date: Mon, 16 Dec 2019 12:51:21 +0100 Subject: [PATCH] Add {to,from}_numpy members as generated Fix linter behaviour concerning issue 3449. Change-Id: I7ad040419d3acb21244b4072d8ea70c2d0c596d2 --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 2bbdc76..d4211b9 100644 --- a/pylintrc +++ b/pylintrc @@ -295,7 +295,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local # 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=.+\.((to)|(from))_numpy # List of decorators that produce context managers, such as # contextlib.contextmanager. Add to this list to register other decorators that