From 0bd5d4673ab271631c825710b0afab231bbe0172 Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Thu, 17 Oct 2024 16:02:39 +0200 Subject: [PATCH] Temporary skip check-python from releaser checks --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37951656..32e7cecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ packages = [ allow-direct-references = true [tool.jupyter-releaser] -skip = ["check-links"] +skip = ["check-links", "check-python"] [tool.jupyter-releaser.options] # `--skip-if-dirty` is a workaround for https://github.com/jupyter-server/jupyter_releaser/issues/567