We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ef1f9 commit d8be857Copy full SHA for d8be857
1 file changed
pylintrc_default
@@ -24,7 +24,8 @@ ignore = datastore_v1_pb2.py
24
disable = I, protected-access, maybe-no-member, no-member,
25
redefined-builtin, star-args, missing-format-attribute,
26
similarities, arguments-differ,
27
- too-many-public-methods, too-few-public-methods
+ too-many-public-methods, too-few-public-methods,
28
+ too-many-instance-attributes
29
30
[REPORTS]
31
reports = no
0 commit comments