Skip to content

Conversation

@JelleZijlstra
Copy link
Member

Should be safe now that we've updated pyright.

Should be safe now that we've updated pyright.
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2025

Diff from mypy_primer, showing the effect of this PR on open source code:

discord.py (https://github.com/Rapptz/discord.py)
- discord/ext/commands/hybrid.py:508: error: Overlap between argument names and ** TypedDict items: "description", "name"  [misc]
+ discord/ext/commands/hybrid.py:508: error: Overlap between argument names and ** TypedDict items: "name", "description"  [misc]
- discord/ext/commands/hybrid.py:629: error: Overlap between argument names and ** TypedDict items: "description", "name"  [misc]
+ discord/ext/commands/hybrid.py:629: error: Overlap between argument names and ** TypedDict items: "name", "description"  [misc]

@AlexWaygood AlexWaygood merged commit bf484ab into main Sep 6, 2025
63 checks passed
@AlexWaygood AlexWaygood deleted the JelleZijlstra-patch-1 branch September 6, 2025 23:36
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.

4 participants