-
Notifications
You must be signed in to change notification settings - Fork 43
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
Begin mypy type-checking #229
Conversation
this would require depending on typing_extensions
I am sorry it took a while, I had to find some time to invest in the CI for being able to run tests on external PRs. |
Quality Gate passedIssues Measures |
Merged, we still lack a pre-commit hook for |
Begin minimal type-checking of the codebase as part of the effort to export type hints.
make types
itemtypes
tomake tests
step that runs in ciWill followup this up to add annotations to remaining modules.