style: fix issue reported by black
This commit is contained in:
11
update.py
11
update.py
@@ -130,7 +130,16 @@ def main():
|
|||||||
print("Updated repository data, skip release since not specified `--release`")
|
print("Updated repository data, skip release since not specified `--release`")
|
||||||
return
|
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)
|
subprocess.run(["hub", "push"], check=True)
|
||||||
|
|
||||||
tag = now.strftime("%Y.%m.%d")
|
tag = now.strftime("%Y.%m.%d")
|
||||||
|
|||||||
Reference in New Issue
Block a user