Imported Upstream version 1.36.0
[platform/upstream/grpc.git] / .pylintrc-tests
index d9cc4d1..808fe7f 100644 (file)
@@ -124,3 +124,5 @@ disable=
        no-else-return,
        # NOTE(lidiz): Python 3 make object inheritance default, but not PY2
        useless-object-inheritance,
+  # NOTE(sergiitk): yapf compatibility, ref #25071
+  bad-continuation,