-
-
Notifications
You must be signed in to change notification settings - Fork 960
feat: type hooks with ParamSpec
#2345
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: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2345 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 63 63
Lines 7553 7554 +1
Branches 1239 1241 +2
=========================================
+ Hits 7553 7554 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
It is not decided yet whether we want to do this in 4.1, or even further down the road. But we can keep this PR open for a while. |
@CaselIT could you resolve conflicts in this PR in order to focus solely on I would like to keep runtime compatibility with 3.8, but it seems we can import stuff we need under |
Follow up of #2344 that types hook with paramspec.
Will merge this after 4.0 is out