Skip to content

Commit

Permalink
[python] Add pylint generated members
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jun 10, 2021
1 parent 5ff6357 commit 72802d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,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=coolwarm,torch.*
generated-members=coolwarm,torch.*,matplotlib.cm.*,websockets.*

# 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 72802d6

Please sign in to comment.