Skip to content

Commit 3643693

Browse files
committed
Ignore pb2 module in pylintrc
1 parent ef715df commit 3643693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ contextmanager-decorators=contextlib.contextmanager
179179
# List of members which are set dynamically and missed by pylint inference
180180
# system, and so shouldn't trigger E1101 when accessed. Python regular
181181
# expressions are accepted.
182-
generated-members=types_pb2.*
182+
generated-members=types_pb2.*,anyvalue_pb2.*,opamp_pb2.*
183183

184184
# Tells whether missing members accessed in mixin class should be ignored. A
185185
# mixin class is detected if its name ends with "mixin" (case insensitive).

0 commit comments

Comments
 (0)