-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] type hints? #41
Comments
Hi thanks for your proposal! Do you intend to add the type hints exclusively in .pyi files? |
@yaph I intended to add type hints directly to the source code then use |
Directly in the source is fine for me. Are the |
They're not. A user can auto-gen the stub files themselves. I'll submit a PR in a day or two then (: |
Fine thank you! |
I get linting errors with regards to the types. The tool suggests to use |
It'd be nice if this package had more type hints and
.pyi
files to get a better IDE experience when using the package under strict type checkers.Would the package maintainer be okay with me providing a PR that adds type hints and .pyi files to the package?
I'd ensure type hints are compatible with Python >=3.8.
The text was updated successfully, but these errors were encountered: