Skip to content

[PyMeeus] Add stubs#14649

Merged
srittau merged 1 commit intopython:mainfrom
donbarbos:add-pymeeus-stubs
Aug 27, 2025
Merged

[PyMeeus] Add stubs#14649
srittau merged 1 commit intopython:mainfrom
donbarbos:add-pymeeus-stubs

Conversation

@donbarbos
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

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]

@srittau srittau merged commit dd31a8a into python:main Aug 27, 2025
48 checks passed
@donbarbos donbarbos deleted the add-pymeeus-stubs branch February 25, 2026 03:53
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