From e6ecf34bdadf1c93ebaac5dcc8f52d38a5151d6c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 8 Dec 2023 00:39:41 +0100 Subject: [PATCH] Chore: Use `black[jupyter]` for code formatting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53b2af0..854dc9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ all = [ "cratedb-toolkit[influxdb,io,mongodb]", ] develop = [ - "black<24", + "black[jupyter]<24", "mypy==1.6.1", "poethepoet<0.25", "pyproject-fmt<1.4",