QReader icon indicating copy to clipboard operation
QReader copied to clipboard

Missing py.typed file

Open oliverdain opened this issue 6 months ago • 9 comments

From a quick look at your source code it looks like the library is thoroughly type hinted. However, mypy complains:

error: Skipping analyzing "qreader": module is installed, but missing library stubs or py.typed marker  [import]
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

I think simply including a py.typed file in your project will allow mypy to pay attention to the type hints in your source code.

oliverdain avatar Aug 28 '24 18:08 oliverdain