Skip to content

Commit 11a138e

Browse files
authored
chore: add py.typed marker file to support type checking (#2029)
I've added the [PEP 561](https://peps.python.org/pep-0561/) `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) ```
1 parent bba7179 commit 11a138e

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

src/ragas/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)