Closed mwouts closed 4 months ago
Thank you for making this pull request.
Did you know? You can try it on Binder: or .
Also, the version of Jupytext developed in this PR can be installed with pip
:
HATCH_BUILD_HOOKS_ENABLE=true pip install git+https://github.com/mwouts/jupytext.git@fix_typo_1162
(this requires nodejs
, see more at Developing Jupytext)
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.73%. Comparing base (
42a48e8
) to head (28f33e0
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
when
build_jupytext_contents_manager_class
can't be imported, we define it as a class that re-raise the exception that was encountered.Relates to #1162