-
-
Notifications
You must be signed in to change notification settings - Fork 525
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 strict type checking #7497
Conversation
philippjfr
commented
Nov 15, 2024
- Enforce mypy passing as a CI condition
- Fix mypy
- Add all optional dependencies to type checking env
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7497 +/- ##
==========================================
- Coverage 82.30% 82.21% -0.09%
==========================================
Files 339 339
Lines 51087 51319 +232
==========================================
+ Hits 42049 42194 +145
- Misses 9038 9125 +87 ☔ View full report in Codecov by Sentry. |
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.
I forgot to press enter, so this is not a complete review; it's just something I did while waiting for my coffee to brew.
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.
I have only reviewed up to panel/io/state.py
But submitting what I have so reviewed far.
Not finished with the review. |
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.
Done with the review.
I'm not entirely sure about the changes related to class variables in _get_model
, but you likely know better here.
Haven't reviewed the changes related to tests.
Co-authored-by: Simon Høxbro Hansen <[email protected]>