Fix misaligned triple-quote blocks
This commit is contained in:
@@ -52,10 +52,10 @@ def main():
|
||||
shell('git commit -a -m "Update dependencies"', check=True)
|
||||
body = textwrap.dedent(
|
||||
f'''
|
||||
Update the versions of our dependencies.
|
||||
Update the versions of our dependencies.
|
||||
|
||||
PR generated by `{os.path.basename(__file__)}`.
|
||||
'''
|
||||
PR generated by `{os.path.basename(__file__)}`.
|
||||
'''
|
||||
)
|
||||
run(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user