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 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.8.6
3
+ rev : v0.12.2
4
4
hooks :
5
5
- id : ruff
6
6
args : [--exit-non-zero-on-fix]
7
7
8
8
- repo : https://github.com/psf/black-pre-commit-mirror
9
- rev : 24.10 .0
9
+ rev : 25.1 .0
10
10
hooks :
11
11
- id : black
12
12
@@ -25,18 +25,18 @@ repos:
25
25
- id : trailing-whitespace
26
26
27
27
- repo : https://github.com/python-jsonschema/check-jsonschema
28
- rev : 0.30.0
28
+ rev : 0.33.2
29
29
hooks :
30
30
- id : check-dependabot
31
31
- id : check-github-workflows
32
32
33
33
- repo : https://github.com/rhysd/actionlint
34
- rev : v1.7.6
34
+ rev : v1.7.7
35
35
hooks :
36
36
- id : actionlint
37
37
38
38
- repo : https://github.com/pre-commit/mirrors-mypy
39
- rev : v1.14 .1
39
+ rev : v1.16 .1
40
40
hooks :
41
41
- id : mypy
42
42
args :
@@ -50,22 +50,22 @@ repos:
50
50
additional_dependencies : ["types-requests"]
51
51
52
52
- repo : https://github.com/tox-dev/pyproject-fmt
53
- rev : v2.5 .0
53
+ rev : v2.6 .0
54
54
hooks :
55
55
- id : pyproject-fmt
56
56
57
57
- repo : https://github.com/abravalheri/validate-pyproject
58
- rev : v0.23
58
+ rev : v0.24.1
59
59
hooks :
60
60
- id : validate-pyproject
61
61
62
62
- repo : https://github.com/tox-dev/tox-ini-fmt
63
- rev : 1.4.1
63
+ rev : 1.5.0
64
64
hooks :
65
65
- id : tox-ini-fmt
66
66
67
67
- repo : https://github.com/codespell-project/codespell
68
- rev : v2.3.0
68
+ rev : v2.4.1
69
69
hooks :
70
70
- id : codespell
71
71
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):
400
400
def pause_after_committing (self , cherry_pick_branch ):
401
401
click .echo (
402
402
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
404
404
--no-push option used.
405
405
... Stopping here.
406
406
To continue and push the changes:
@@ -672,7 +672,7 @@ def continue_cherry_pick(self):
672
672
else :
673
673
click .echo (
674
674
f"Current branch ({ cherry_pick_branch } ) is not a backport branch. "
675
- "Will not continue. \U0001F61B "
675
+ "Will not continue. \U0001f61b "
676
676
)
677
677
set_state (WORKFLOW_STATES .CONTINUATION_FAILED )
678
678
@@ -822,12 +822,12 @@ def cherry_pick_cli(
822
822
):
823
823
"""cherry-pick COMMIT_SHA1 into target BRANCHES."""
824
824
825
- click .echo ("\U0001F40D \U0001F352 \u26CF " )
825
+ click .echo ("\U0001f40d \U0001f352 \u26cf " )
826
826
827
827
try :
828
828
chosen_config_path , config = load_config (config_path )
829
829
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 )
831
831
click .echo (exc , err = True )
832
832
sys .exit (- 1 )
833
833
try :
You can’t perform that action at this time.
0 commit comments