github-action-utils icon indicating copy to clipboard operation
github-action-utils copied to clipboard

Missing `py.typed` file and other type stuff

Open rx-dev opened this issue 2 years ago • 0 comments

image

You need a py.typed file to indicate to pyright and other type checkers that the library is typed: https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#library-interface

Also, an __all__ would be very nice, even if this is a single module package!

rx-dev avatar Apr 11 '23 02:04 rx-dev