-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
WIP: Add type hints everywhere #3280
Conversation
I've merged your PR into master and this branch. This PR enables mypy checks in strongest possible mode. |
@asvetlov happy to help. I am quite interested in getting this in since I am using both mypy and aiohttp in my project ;-). Those little errors in Neovim aren't necessary helping :D. I will check out your PR and see if there's anything more to work on. |
@kornicameister if you want to help we can do the following:
Adding types to all files is a big work, I appreciate any help |
Yeah...why not 🤔. I will try to get sth as soon as I have some time off being dad 😃. That said I will wait for you to merge this one. I suppose I can actually pick up this branch as a starting point for the being. |
@asvetlov FYI: starting with |
@kornicameister cool! |
Codecov Report
@@ Coverage Diff @@
## master #3280 +/- ##
==========================================
+ Coverage 97.99% 98.03% +0.03%
==========================================
Files 43 43
Lines 7896 8001 +105
Branches 1354 1354
==========================================
+ Hits 7738 7844 +106
Misses 65 65
+ Partials 93 92 -1
Continue to review full report at Codecov.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Enable strong mypy checks to make sure that types are correct.