Skip to content

Conversation

@Divyanshudevtalla
Copy link

This PR fixes multiple stubtest failures in tqdm stubs.

  • Updated init signatures to match runtime behavior
  • Removed unsupported *args and **kwargs where runtime does not accept them
  • Aligned std.pyi and related stub files with actual tqdm implementation

This resolves stubtest errors related to inconsistent arguments.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@Divyanshudevtalla
Copy link
Author

I believe the remaining CI failures are unrelated to this change, as they do not involve tqdm or the modified stub files. Please let me know if you’d like me to address anything specific.

@hauntsaninja
Copy link
Collaborator

Thanks, this was fixed in #15348
The CI failures here are in fact very much related to your change

@Divyanshudevtalla
Copy link
Author

Thanks for clarifying—got it now. I see how the CI failures were tied to this change. Appreciate the fix and the feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants