Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run MyPy on all test code and bindings #37

Open
dicej opened this issue Sep 28, 2023 · 1 comment
Open

Run MyPy on all test code and bindings #37

dicej opened this issue Sep 28, 2023 · 1 comment

Comments

@dicej
Copy link
Collaborator

dicej commented Sep 28, 2023

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
Copy link
Collaborator Author

dicej commented Jan 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant