From 3e71e750d51963df74cfd7f6c11a78375e8a1a7e Mon Sep 17 00:00:00 2001 From: Ruslan Senatorov <55090151+ruslansenatorov@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:03:03 -0800 Subject: [PATCH] Update pyproject.toml Signed-off-by: Ruslan Senatorov <55090151+ruslansenatorov@users.noreply.github.com> --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c001b32..7b1fefe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,3 +2,5 @@ formats = "ipynb,py:light" cell_metadata_filter = "-all" notebook_metadata_filter = "-all" +text_representation = {extension = ".py", format_name = "light", formats = "ipynb,py:light"} +ipynb_only = "code"