-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Function is missing type annotation for __init__(self) #5943
Comments
That's because you have the (Also, I'm happy to see that we're using mypy to check C++ code now. :) ) |
@JelleZijlstra but |
We decided at the time to still require |
The minimal code is:
When running
mypy code.cpp
with the followingmypy.ini
it says:
The expected result is not errors
The text was updated successfully, but these errors were encountered: