File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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 :
Original file line number Diff line number Diff line change 38
38
)$
39
39
40
40
- repo : https://github.com/pre-commit/mirrors-mypy
41
- rev : " v1.7.1 "
41
+ rev : " v1.8.0 "
42
42
hooks :
43
43
- id : mypy
44
44
files : " ^notebook"
54
54
- id : rst-inline-touching-normal
55
55
56
56
- repo : https://github.com/astral-sh/ruff-pre-commit
57
- rev : v0.1.8
57
+ rev : v0.1.9
58
58
hooks :
59
59
- id : ruff
60
60
types_or : [ python, jupyter ]
65
65
exclude : ' ^docs/source/examples/Notebook/Importing Notebooks.ipynb'
66
66
67
67
- repo : https://github.com/scientific-python/cookie
68
- rev : ' 2023.11.17 '
68
+ rev : ' 2023.12.21 '
69
69
hooks :
70
70
- id : sp-repo-review
71
71
additional_dependencies : ['repo-review[cli]']
You can’t perform that action at this time.
0 commit comments