Skip to content
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

Generate docutils.core and type publish_parts's return type #13118

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Nov 25, 2024

I generated docutils.core using stubgen, then I typed docutils.core.publish_parts's return type, which meant also typing docutils.writers.Writer.parts.

This solves the docutils part of #12595 (which comes from https://github.com/jaraco/pytest-checkdocs/pull/25/files#diff-17010ff849cd4c7437eae02512d0dc1a0646299e07a65bb7882a487323ead6d2R86-R88)

Copy link
Contributor

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

@JelleZijlstra JelleZijlstra merged commit d6af76d into python:main Nov 27, 2024
48 checks passed
@Avasam Avasam deleted the docutils.core branch November 28, 2024 05:03
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