File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 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 21
21
- id : trailing-whitespace
22
22
23
23
- repo : https://github.com/python-jsonschema/check-jsonschema
24
- rev : 0.27.2
24
+ rev : 0.27.3
25
25
hooks :
26
26
- id : check-github-workflows
27
27
33
33
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
34
34
35
35
- repo : https://github.com/pre-commit/mirrors-prettier
36
- rev : " v3 .0.3 "
36
+ rev : " v4 .0.0-alpha.8 "
37
37
hooks :
38
38
- id : prettier
39
39
types_or : [yaml, html, json]
58
58
- id : rst-inline-touching-normal
59
59
60
60
- repo : https://github.com/pre-commit/mirrors-mypy
61
- rev : " v1.7.1 "
61
+ rev : " v1.8.0 "
62
62
hooks :
63
63
- id : mypy
64
64
files : " ^nbclient"
73
73
]
74
74
75
75
- repo : https://github.com/astral-sh/ruff-pre-commit
76
- rev : v0.1.6
76
+ rev : v0.1.9
77
77
hooks :
78
78
- id : ruff
79
79
types_or : [python, jupyter]
84
84
exclude : " ^tests/files/.*.ipynb"
85
85
86
86
- repo : https://github.com/scientific-python/cookie
87
- rev : " 2023.11.17 "
87
+ rev : " 2023.12.21 "
88
88
hooks :
89
89
- id : sp-repo-review
90
90
additional_dependencies : ["repo-review[cli]"]
You can’t perform that action at this time.
0 commit comments