Skip to content

Commit 9035876

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a70d6f7 commit 9035876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cherry_picker/cherry_picker.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def amend_commit_message(self, cherry_pick_branch):
400400
def pause_after_committing(self, cherry_pick_branch):
401401
click.echo(
402402
f"""
403-
Finished cherry-pick {self.commit_sha1} into {cherry_pick_branch} \U0001F600
403+
Finished cherry-pick {self.commit_sha1} into {cherry_pick_branch} \U0001f600
404404
--no-push option used.
405405
... Stopping here.
406406
To continue and push the changes:
@@ -672,7 +672,7 @@ def continue_cherry_pick(self):
672672
else:
673673
click.echo(
674674
f"Current branch ({cherry_pick_branch}) is not a backport branch. "
675-
"Will not continue. \U0001F61B"
675+
"Will not continue. \U0001f61b"
676676
)
677677
set_state(WORKFLOW_STATES.CONTINUATION_FAILED)
678678

@@ -822,12 +822,12 @@ def cherry_pick_cli(
822822
):
823823
"""cherry-pick COMMIT_SHA1 into target BRANCHES."""
824824

825-
click.echo("\U0001F40D \U0001F352 \u26CF")
825+
click.echo("\U0001f40d \U0001f352 \u26cf")
826826

827827
try:
828828
chosen_config_path, config = load_config(config_path)
829829
except ValueError as exc:
830-
click.echo("You're not inside a Git tree right now! \U0001F645", err=True)
830+
click.echo("You're not inside a Git tree right now! \U0001f645", err=True)
831831
click.echo(exc, err=True)
832832
sys.exit(-1)
833833
try:

0 commit comments

Comments
 (0)