sql-metadata icon indicating copy to clipboard operation
sql-metadata copied to clipboard

Mypy: missing library stubs or py.typed marker

Open maver1ck opened this issue 4 months ago • 0 comments

Hi, I have code using sql_metadata lib. Mypy execution on this repo return following result:

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

Can we add py.typed marked to this lib ?

Regards, Maciek

maver1ck avatar Sep 04 '25 12:09 maver1ck