-
Notifications
You must be signed in to change notification settings - Fork 119
Update types #466
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
base: main
Are you sure you want to change the base?
Update types #466
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #466 +/- ##
==========================================
- Coverage 86.69% 86.63% -0.07%
==========================================
Files 24 24
Lines 3464 3463 -1
==========================================
- Hits 3003 3000 -3
- Misses 461 463 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The error on readthedocs must be a glitch ( The stable build is failing because that image is still using python<3.10, so there is a version conflict. Let me try real quick to move back the requirement to see if at least the RTD build passes |
Purpose
Just some long-overdue type annotations
Expected time until merged
A few days
Type of change
Testing
Checklist
ruff checkandruff formatto make sure the Python code adheres to PEP-8 and is consistently formattedfprettifyor C/C++ code withclang-formatas applicable