nteract / testbook

🧪 📗 Unit test your Jupyter Notebooks the right way
https://testbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
416 stars 37 forks source link

Add typechecking of testbook's source code #113

Open willingc opened 3 years ago

willingc commented 3 years ago

Using mypy or pyre, add the ability to run a typecheck using tox.

MSeal commented 3 years ago

The tox.ini file contains commands with environment definitions that would be used to automate the typechecks in github actions. Development would likely flow from adding types, doing type check calls locally, and then adding the command and dependencies to the tox file.