- Notifications
You must be signed in to change notification settings - Fork673
chore: mypy: Disallow untyped definitions#1409
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedApr 24, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1409 +/- ##==========================================+ Coverage 80.24% 80.26% +0.01%========================================== Files 73 73 Lines 4064 4073 +9 ==========================================+ Hits 3261 3269 +8- Misses 803 804 +1
Flags with carried forward coverage won't be shown.Click here to find out more.
Continue to review full report at Codecov.
|
Uh oh!
There was an error while loading.Please reload this page.
Just a small question |
@max-wittig I think I answered your question, but let me know if you need more information. Thanks |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Be more strict and don't allow untyped definitions on the files wecheck.Also this adds type-hints for two of the decorators so that nowfunctions/methods decorated by them will have their types be revealedcorrectly.
Uh oh!
There was an error while loading.Please reload this page.
Be more strict and don't allow untyped definitions on the files we
check.
Also this adds type-hints for two of the decorators so that now
functions/methods decorated by them will have their types be revealed
correctly.