Skip to content

Commit

Permalink
update pylintrc for torch and numpy functions
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed May 31, 2021
1 parent d9f1268 commit 975531b
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 @@ -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).
Expand Down

0 comments on commit 975531b

Please sign in to comment.