style: fix issue reported by black

This commit is contained in:
NateScarlet 2021-11-06 00:23:52 +08:00
parent 61981e754f
commit e4a08534b1
No known key found for this signature in database
GPG Key ID: 5C242793B070309C

View File

@ -130,7 +130,16 @@ def main():
print("Updated repository data, skip release since not specified `--release`")
return
subprocess.run(["hub", "commit", "-m", "chore(release): update holiday data", "-m" "[skip ci]"], check=True)
subprocess.run(
[
"hub",
"commit",
"-m",
"chore(release): update holiday data",
"-m" "[skip ci]",
],
check=True,
)
subprocess.run(["hub", "push"], check=True)
tag = now.strftime("%Y.%m.%d")