Package has type annotations but mypy won't use them
mcclurem opened this issue · 2 comments
mcclurem commented
I was thrilled to see that you're using type annotations, but mypy doesn't like it because you're missing py.typed in the package.
Can you add it so that mypy will scan for your annotations?
baggiponte commented
Author added py.typed here #aa29e46 in the 3.12 compatibility branch he is working on.
jesnie commented
I can see that the author has added py.typed
but on my system it's still not being installed. Is it being picked up by the packaging?