diff --git a/update.py b/update.py index 43036c1..2c6a8aa 100755 --- a/update.py +++ b/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")