Imported Upstream version 1.36.0
[platform/upstream/grpc.git] / .pylintrc
index be8be6b..08ec7e8 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -95,3 +95,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,