We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef715df commit 3643693Copy full SHA for 3643693
.pylintrc
@@ -179,7 +179,7 @@ contextmanager-decorators=contextlib.contextmanager
179
# List of members which are set dynamically and missed by pylint inference
180
# system, and so shouldn't trigger E1101 when accessed. Python regular
181
# expressions are accepted.
182
-generated-members=types_pb2.*
+generated-members=types_pb2.*,anyvalue_pb2.*,opamp_pb2.*
183
184
# Tells whether missing members accessed in mixin class should be ignored. A
185
# mixin class is detected if its name ends with "mixin" (case insensitive).
0 commit comments