Skip to content

Commit f330550

Browse files
committed
Enforce cycle checking.
1 parent d1e1dd3 commit f330550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylintrc_default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ignore = datastore_v1_pb2.py
2424
[MESSAGES CONTROL]
2525
disable = I, protected-access, maybe-no-member, no-member,
2626
redefined-builtin, star-args, missing-format-attribute,
27-
similarities, cyclic-import, arguments-differ,
27+
similarities, arguments-differ,
2828

2929

3030

0 commit comments

Comments
 (0)