Skip to content

Conversation

bzoracler
Copy link
Contributor

mypyc is fully typed, so it'd be nice to get rid of mypy errors to do with missing py.typed markers when writing setup.pys or similar.

import mypyc  # E: Skipping analyzing "mypyc": module is installed, but missing library stubs or py. typed marker  [import-untyped]

Copy link
Contributor

github-actions bot commented Dec 6, 2024

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@JelleZijlstra JelleZijlstra merged commit 802266b into python:master Dec 6, 2024
19 checks passed
@bzoracler bzoracler deleted the mypyc-py-typed branch December 6, 2024 04:13
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.

3 participants