-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add type annotations for all definitions #89
Comments
Could you provide an example regarding type annotations for definitions that are missing? Cheers! |
@KingDarBoja When you set |
I have now added all the missing definitions, except for a few modules where it makes no sense or where I'm waiting for #99. |
We should add type annotations for all definitions except those in tests, and enforce this with a
mypy.ini
configuration like this:The text was updated successfully, but these errors were encountered: