From 6acd2476891d026af1af1ef1cf429dfc353c2409 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 10 Jan 2024 21:02:25 +0000 Subject: [PATCH] MAINT: implement updates from pre-commit hooks --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 861b295..630a8dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,8 +56,8 @@ format = [ ] jupyter = [ "isort", - "jupyterlab", "jupyterlab >=3.0", + "jupyterlab", "jupyterlab-code-formatter", "jupyterlab-git", "jupyterlab-lsp",