Skip to content

Commit d57bbf2

Browse files
chore: update pre-commit hooks (#1187)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent 4868558 commit d57bbf2

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
- "*"

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.27.2
25+
rev: 0.27.3
2626
hooks:
2727
- id: check-github-workflows
2828

@@ -34,13 +34,13 @@ repos:
3434
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
3535

3636
- repo: https://github.com/pre-commit/mirrors-prettier
37-
rev: "v3.1.0"
37+
rev: "v4.0.0-alpha.8"
3838
hooks:
3939
- id: prettier
4040
types_or: [yaml, html, json]
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: ipykernel
@@ -74,7 +74,7 @@ repos:
7474
- id: rst-inline-touching-normal
7575

7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.1.6
77+
rev: v0.1.9
7878
hooks:
7979
- id: ruff
8080
types_or: [python, jupyter]
@@ -83,7 +83,7 @@ repos:
8383
types_or: [python, jupyter]
8484

8585
- repo: https://github.com/scientific-python/cookie
86-
rev: "2023.11.17"
86+
rev: "2023.12.21"
8787
hooks:
8888
- id: sp-repo-review
8989
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)