-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 disallow_untyped_defs for _internal.utils.* #6096
Conversation
Let me know if you want me to split PR into a couple of smaller ones. |
Nah, this seems small enough -- I do think simplifying the config file to just enable it in utils as a whole would be perfect. :) |
Done it already in the latest commit. (Oh, sorry, I maybe misunderstood it). |
Nah, this seems right; I'll go through the code changes later though. |
@@ -240,18 +266,19 @@ class DownloadBlueEmojiProgressBar(BaseDownloadProgressBar, # type: ignore | |||
pass | |||
|
|||
|
|||
class DownloadProgressSpinner(WindowsMixin, InterruptibleMixin, | |||
DownloadProgressMixin, WritelnMixin, Spinner): | |||
class DownloadProgressSpinner(BaseProgressIndicator, # type: ignore |
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.
Why has this changed?
Could you please update this PR to be based on the current |
Sounds about right! :) |
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
Thanks for this PR @mkurnikov (and all the others)! I'll be taking the rest of this up sometime myself/keeping them open for first time contributors! I'm closing this PR since it's bitrotten now. |
@mkurnikov Lemme know if you're interested in contributing to pip further. :D |
Refs #6092.