We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e1dd3 commit f330550Copy full SHA for f330550
pylintrc_default
@@ -24,7 +24,7 @@ ignore = datastore_v1_pb2.py
24
[MESSAGES CONTROL]
25
disable = I, protected-access, maybe-no-member, no-member,
26
redefined-builtin, star-args, missing-format-attribute,
27
- similarities, cyclic-import, arguments-differ,
+ similarities, arguments-differ,
28
29
30
0 commit comments