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:
44 directory : " /"
55 schedule :
66 interval : " weekly"
7+ groups :
8+ actions :
9+ patterns :
10+ - " *"
711 - package-ecosystem : " pip"
812 directory : " /"
913 schedule :
1014 interval : " weekly"
15+ groups :
16+ actions :
17+ patterns :
18+ - " *"
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ repos:
3333 [mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
3434
3535 - repo : https://github.com/pre-commit/mirrors-prettier
36- rev : " v3.1.0 "
36+ rev : " v4.0.0-alpha.8 "
3737 hooks :
3838 - id : prettier
3939 types_or : [yaml, html, json]
4040 exclude : ' .pre-commit-config.yaml'
4141
4242 - repo : https://github.com/pre-commit/mirrors-mypy
43- rev : " v1.7.1 "
43+ rev : " v1.8.0 "
4444 hooks :
4545 - id : mypy
4646 files : " ^jupyter_releaser"
@@ -70,14 +70,14 @@ repos:
7070 - id : rst-inline-touching-normal
7171
7272 - repo : https://github.com/astral-sh/ruff-pre-commit
73- rev : v0.1.8
73+ rev : v0.1.9
7474 hooks :
7575 - id : ruff
7676 args : ["--fix", "--show-fixes"]
7777 - id : ruff-format
7878
7979 - repo : https://github.com/scientific-python/cookie
80- rev : " 2023.11.17 "
80+ rev : " 2023.12.21 "
8181 hooks :
8282 - id : sp-repo-review
8383 additional_dependencies : ["repo-review[cli]"]
You can’t perform that action at this time.
0 commit comments