Skip to content

Commit

Permalink
Add {to,from}_numpy members as generated
Browse files Browse the repository at this point in the history
Fix linter behaviour concerning issue 3449.

Change-Id: I7ad040419d3acb21244b4072d8ea70c2d0c596d2
  • Loading branch information
j7weis committed Dec 16, 2019
1 parent a5120d1 commit 8cc11e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cc11e4

Please sign in to comment.