You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I think we could do is set HATCH_BUILD_HOOKS_ENABLE=false for when the jupytext pre-commit hook is installed. There are many similar questions on the pre-commit project, see e.g. pre-commit/pre-commit#2367, but it is not yet obvious to me how we can set a variable for the hook installation.
The Jupytext pre-commit hook documented here fails to install when selecting
v1.16.0
or above.This is because
node
is required to build the JupyterLab extension for Jupytext.We need to figure out how to not build the extension (e.g. set
HATCH_BUILD_HOOKS_ENABLE=false
) whenjupytext
is installed bypre-commit
.The current workaround is to use Jupytext in version
v1.15.2
in the pre-commit hooks.The text was updated successfully, but these errors were encountered: