Skip to content

Commit 7c9c47e

Browse files
authored
chore: specify verify_format=False when running pypandoc (#2504)
1 parent 7ad17dd commit 7c9c47e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/gapic-generator/gapic/utils

packages/gapic-generator/gapic/utils/rst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def rst(
6161
text,
6262
"rst",
6363
format=source_format,
64+
verify_format=False,
6465
extra_args=["--columns=%d" % (width - indent)],
6566
)
6667
.strip()

0 commit comments

Comments
 (0)