ragas icon indicating copy to clipboard operation
ragas copied to clipboard

chore: add `py.typed` marker file to support type checking

Open sisp opened this issue 7 months ago • 0 comments

I've added the PEP 561 py.typed marker file to support type checking. Without it, mypy is raising the following error on imports from ragas:

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

sisp avatar May 06 '25 17:05 sisp