componentize-py icon indicating copy to clipboard operation
componentize-py copied to clipboard

Run MyPy on all test code and bindings

Open dicej opened this issue 1 year ago • 1 comments

In addition to running the test suite, we should dump the app code and generated bindings in a directory and run MyPy on them, asserting that no errors are found. This will help us catch any regressions in the type annotations,

dicej avatar Sep 28 '23 23:09 dicej

We should do this for the examples as well.

Ideally, this would take the form of a script that can be run either locally or during CI.

dicej avatar Jan 12 '24 21:01 dicej