Skip to content

Commit fe88b0e

Browse files
chore: update pre-commit hooks (#432)
* chore: update pre-commit hooks updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.7...v0.1.9) - [github.com/scientific-python/cookie: 2023.11.17 → 2023.12.21](scientific-python/cookie@2023.11.17...2023.12.21) * config * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- 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 d54543c commit fe88b0e

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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, json]
@@ -58,7 +58,7 @@ repos:
5858
- id: rst-inline-touching-normal
5959

6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: "v1.7.1"
61+
rev: "v1.8.0"
6262
hooks:
6363
- id: mypy
6464
files: "^jupyterlab_server"
@@ -77,7 +77,7 @@ repos:
7777
]
7878

7979
- repo: https://github.com/astral-sh/ruff-pre-commit
80-
rev: v0.1.7
80+
rev: v0.1.9
8181
hooks:
8282
- id: ruff
8383
types_or: [python, jupyter]
@@ -86,7 +86,7 @@ repos:
8686
types_or: [python, jupyter]
8787

8888
- repo: https://github.com/scientific-python/cookie
89-
rev: "2023.11.17"
89+
rev: "2023.12.21"
9090
hooks:
9191
- id: sp-repo-review
9292
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)