-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add functools._make_key #5370
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
Add functools._make_key #5370
Conversation
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Apart from the error found by CI: Please use built-in generics ( |
8def030
to
df9a807
Compare
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
1 similar comment
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
74176e3
to
ff64a13
Compare
Signed-off-by: Harmouch101 <mahmoudddharmouchhh@gmail.com>
When we are done with the reviews, you need to run black and isort (or ask me to run them). Also, don't squash the commits or commit with |
Alright! |
Signed-off-by: Harmouch101 <mahmoudddharmouchhh@gmail.com>
@Akuli, Everything has changed as intended. Ready to trigger Github Actions! Let's goooooo. |
Signed-off-by: Harmouch101 <mahmoudddharmouchhh@gmail.com>
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.
This should help with the errors. Like I said, you will also need to run black and isort to get rid of their errors.
…ng module Signed-off-by: Harmouch101 <mahmoudddharmouchhh@gmail.com>
Seems like you need to |
Signed-off-by: Harmouch101 <mahmoudddharmouchhh@gmail.com>
@Akuli, Waiting for your response... |
Signed-off-by: Harmouch101 <mahmoudddharmouchhh@gmail.com>
…st on functools Signed-off-by: Harmouch101 <mahmoudddharmouchhh@gmail.com>
I have added the $ stubtest functools --concise --custom-typeshed-dir .
functools._HashedSeq.hashvalue is not present in stub |
@hauntsaninja, can you trigger the workflows one more time cause I've added a couple of chnges? |
Signed-off-by: Harmouch101 mahmoudddharmouchhh@gmail.com
Fixed #5368
Please refer to the python implementation here.