File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
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 22
22
- id : trailing-whitespace
23
23
24
24
- repo : https://github.com/python-jsonschema/check-jsonschema
25
- rev : 0.27.2
25
+ rev : 0.27.3
26
26
hooks :
27
27
- id : check-github-workflows
28
28
@@ -34,13 +34,13 @@ repos:
34
34
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
35
35
36
36
- repo : https://github.com/pre-commit/mirrors-prettier
37
- rev : " v3.1.0 "
37
+ rev : " v4.0.0-alpha.8 "
38
38
hooks :
39
39
- id : prettier
40
40
types_or : [yaml, html, json]
41
41
42
42
- repo : https://github.com/pre-commit/mirrors-mypy
43
- rev : " v1.7.1 "
43
+ rev : " v1.8.0 "
44
44
hooks :
45
45
- id : mypy
46
46
files : ipykernel
74
74
- id : rst-inline-touching-normal
75
75
76
76
- repo : https://github.com/astral-sh/ruff-pre-commit
77
- rev : v0.1.6
77
+ rev : v0.1.9
78
78
hooks :
79
79
- id : ruff
80
80
types_or : [python, jupyter]
83
83
types_or : [python, jupyter]
84
84
85
85
- repo : https://github.com/scientific-python/cookie
86
- rev : " 2023.11.17 "
86
+ rev : " 2023.12.21 "
87
87
hooks :
88
88
- id : sp-repo-review
89
89
additional_dependencies : ["repo-review[cli]"]
You can’t perform that action at this time.
0 commit comments