We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad17dd commit 7c9c47eCopy full SHA for 7c9c47e
1 file changed
packages/gapic-generator/gapic/utils/rst.py
@@ -61,6 +61,7 @@ def rst(
61
text,
62
"rst",
63
format=source_format,
64
+ verify_format=False,
65
extra_args=["--columns=%d" % (width - indent)],
66
)
67
.strip()
0 commit comments