-
Notifications
You must be signed in to change notification settings - Fork 659
Improve IO module typing #1068
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
Improve IO module typing #1068
Conversation
|
@Mergifyio rebase |
|
Command
|
5b01e63 to
ab3c4f4
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1068 +/- ##
===========================================
+ Coverage 70.77% 72.90% +2.12%
===========================================
Files 79 79
Lines 7607 7684 +77
===========================================
+ Hits 5384 5602 +218
+ Misses 2223 2082 -141 |
|
@zariiii9003 It should work now. |
|
Mypy still does not seem happy: https://travis-ci.com/github/hardbyte/python-can/jobs/511375046#L586 |
|
@zariiii9003 It seems like pylint does not recognize the type annotations that it really is an |
This also fixes the mypy issue found in #1061.