File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ updates:
4
4
directory : " /"
5
5
schedule :
6
6
interval : " weekly"
7
+ groups :
8
+ actions :
9
+ patterns :
10
+ - " *"
7
11
- package-ecosystem : " pip"
8
12
directory : " /"
9
13
schedule :
10
14
interval : " weekly"
15
+ groups :
16
+ actions :
17
+ patterns :
18
+ - " *"
Original file line number Diff line number Diff line change 31
31
- id : mdformat
32
32
33
33
- repo : https://github.com/pre-commit/mirrors-prettier
34
- rev : " v3.1.0 "
34
+ rev : " v4.0.0-alpha.8 "
35
35
hooks :
36
36
- id : prettier
37
37
types_or : [yaml, html, json]
56
56
- id : rst-inline-touching-normal
57
57
58
58
- repo : https://github.com/pre-commit/mirrors-mypy
59
- rev : " v1.7.1 "
59
+ rev : " v1.8.0 "
60
60
hooks :
61
61
- id : mypy
62
62
files : " ^jupyter_server_terminals"
66
66
["traitlets>=5.13", "jupyter_server>=2.10.1", "terminado>=0.18"]
67
67
68
68
- repo : https://github.com/astral-sh/ruff-pre-commit
69
- rev : v0.1.7
69
+ rev : v0.1.9
70
70
hooks :
71
71
- id : ruff
72
72
types_or : [python, jupyter]
75
75
types_or : [python, jupyter]
76
76
77
77
- repo : https://github.com/scientific-python/cookie
78
- rev : " 2023.11.17 "
78
+ rev : " 2023.12.21 "
79
79
hooks :
80
80
- id : sp-repo-review
81
81
additional_dependencies : ["repo-review[cli]"]
You can’t perform that action at this time.
0 commit comments