File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.8.6
3+ rev : v0.12.2
44 hooks :
55 - id : ruff
66 args : [--exit-non-zero-on-fix]
77
88 - repo : https://github.com/psf/black-pre-commit-mirror
9- rev : 24.10 .0
9+ rev : 25.1 .0
1010 hooks :
1111 - id : black
1212
@@ -25,18 +25,18 @@ repos:
2525 - id : trailing-whitespace
2626
2727 - repo : https://github.com/python-jsonschema/check-jsonschema
28- rev : 0.30.0
28+ rev : 0.33.2
2929 hooks :
3030 - id : check-dependabot
3131 - id : check-github-workflows
3232
3333 - repo : https://github.com/rhysd/actionlint
34- rev : v1.7.6
34+ rev : v1.7.7
3535 hooks :
3636 - id : actionlint
3737
3838 - repo : https://github.com/pre-commit/mirrors-mypy
39- rev : v1.14 .1
39+ rev : v1.16 .1
4040 hooks :
4141 - id : mypy
4242 args :
@@ -50,22 +50,22 @@ repos:
5050 additional_dependencies : ["types-requests"]
5151
5252 - repo : https://github.com/tox-dev/pyproject-fmt
53- rev : v2.5 .0
53+ rev : v2.6 .0
5454 hooks :
5555 - id : pyproject-fmt
5656
5757 - repo : https://github.com/abravalheri/validate-pyproject
58- rev : v0.23
58+ rev : v0.24.1
5959 hooks :
6060 - id : validate-pyproject
6161
6262 - repo : https://github.com/tox-dev/tox-ini-fmt
63- rev : 1.4.1
63+ rev : 1.5.0
6464 hooks :
6565 - id : tox-ini-fmt
6666
6767 - repo : https://github.com/codespell-project/codespell
68- rev : v2.3.0
68+ rev : v2.4.1
6969 hooks :
7070 - id : codespell
7171 args : [--ignore-words-list=commitish]
Original file line number Diff line number Diff 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.
406406To 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 :
You can’t perform that action at this time.
0 commit comments