You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposal aims to make the project adhere to the PEP 561 standard for stub packages, thereby enabling type checking. Given that the project is largely typed, it could also benefit other packages that depend on comet and utilize mypy.
Alternatives
Another option is to configure mypy to disregard missing import errors in projects that rely on comet. For example by adding a # type: ignore at the end of the line containing the import.
Additional context
I'm using comet in my personal project, which has a CI step for type checking.
The text was updated successfully, but these errors were encountered:
🚀 Feature
Add missing py.typed marker
Motivation
This proposal aims to make the project adhere to the PEP 561 standard for stub packages, thereby enabling type checking. Given that the project is largely typed, it could also benefit other packages that depend on comet and utilize mypy.
Alternatives
Another option is to configure mypy to disregard missing import errors in projects that rely on comet. For example by adding a # type: ignore at the end of the line containing the import.
Additional context
I'm using comet in my personal project, which has a CI step for type checking.
The text was updated successfully, but these errors were encountered: