-
Notifications
You must be signed in to change notification settings - Fork 36
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
Enable mypy generic-related checks #338
Conversation
disallow_any_generics
check
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #338 +/- ##
===========================================
+ Coverage 87.20% 87.27% +0.06%
===========================================
Files 59 59
Lines 3526 3535 +9
===========================================
+ Hits 3075 3085 +10
+ Misses 451 450 -1
|
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.
A couple of small questions, but otherwise LGTM!!
Enable
disallow_any_generics
andwarn_return_any
in pyproject.toml and mitigate issues that were identified.