testbook
testbook copied to clipboard
Add typechecking of testbook's source code
Using mypy or pyre, add the ability to run a typecheck using tox.
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.