mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.65k stars 386 forks source link

ci: Add mypy #1194

Open LecrisUT opened 11 months ago

LecrisUT commented 11 months ago

None of the code is type-hinted, so there would be some effort to go through for this one. But at least here is the tooling if you want to steadily tackle it

github-actions[bot] commented 11 months ago

Thank you for making this pull request.

Did you know? You can try it on Binder: Binder:lab or Binder:notebook.

Also, the version of Jupytext developed in this PR can be installed with pip:

pip install git+https://github.com/LecrisUT/jupytext.git@ci/mypy

(this requires nodejs, see more at Developing Jupytext)