From 9fc3b64aed353852447b0f9a5d5cc826e3125346 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 23 Nov 2023 19:18:45 -0500 Subject: [PATCH] Add dprint-plugin-jupyter --- info.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/info.json b/info.json index 649407d..510d42e 100644 --- a/info.json +++ b/info.json @@ -81,6 +81,15 @@ "pyi" ], "configExcludes": [] + }, + { + "name": "dprint-plugin-jupyter", + "selected": false, + "configKey": "jupyter", + "fileExtensions": [ + "ipynb" + ], + "configExcludes": [] } ] }