-
Notifications
You must be signed in to change notification settings - Fork 7k
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
partially enable type checking for .models #2668
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2668 +/- ##
=======================================
Coverage 72.42% 72.42%
=======================================
Files 95 95
Lines 8246 8246
Branches 1308 1308
=======================================
Hits 5972 5972
Misses 1859 1859
Partials 415 415
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, conditioned on @eellison answer to the Union
part.
7633427
to
937b956
Compare
* partially enable mypy for .models * fix existing errors * ignore error instead of using Union
* partially enable mypy for .models * fix existing errors * ignore error instead of using Union
No description provided.