Fixed
- The Jupytext CLI only suggest
--updatewhen the target is an .ipynb file (#905) - thanks to st-- for this contribution - We made sure that commands like
cat notebook.md | jupytext --executework (#908)
Added
Changed
- We have updated the pre-commit hooks and in particular we switched to the first stable version of
black==22.1.0. - We require
pandoc==2.16.2for testing. The representation for code cells changed from``` {.python}to``` pythonin that version of Pandoc (#906). We don't usepandoc>=2.17in tests at the moment because of the introduction of cell ids that cannot be filtered. - Jupytext will not add anymore a UTF-8 encoding on Python scripts when the notebook contains non-ascii characters (#907)
- We have added
pyupgradeto the pre-commit hooks used for developing Jupytext (#907)