style: fix issue reported by black
This commit is contained in:
parent
61981e754f
commit
e4a08534b1
11
update.py
11
update.py
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user