-
-
Notifications
You must be signed in to change notification settings - Fork 45.9k
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
Is this repo using mypy correctly? #2502
Comments
Let me take a look at it and I'll get back to you. |
I see the problem. Updated metrics
$ fd -t f -e py --full-path Python/ | wc -l # find files with extension py and count the lines
736
$ fd -t d --full-path Python/ | wc -l # find directories and count the lines
124 By running a simple
For now, the only solution is to add the |
I added the file in their respective directories and found this after running Found 507 errors in 129 files (checked 736 source files) 😱 |
OK. Can you please submit a PR that ONLY adds all these |
@dhruvmanila Is mypy running properly in our Travis CI runs? I believe that I made a mistake in #2464 which mypy is complaining about but it only seems to be raising issues in the
maths
subdirectory. Are we doing something wrong here?The text was updated successfully, but these errors were encountered: