-
Notifications
You must be signed in to change notification settings - Fork 113
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
Type hints #83
Comments
I created #86 to test the waters, and then #87 to add most of the remaining type hints. However, that has yet to be reviewed. If you are just taking your time to get to it, no problem. However, if you think that it would be better for me to create stubs through https://github.com/python/typeshed, let me know. |
I've created python/typeshed#12462 |
The typeshed issue has now been merged, so https://pypi.org/project/types-atheris/ now exists. |
Note to maintainers here: the existence of |
Hi. Just wondering what it would take to add a PEP 561 py.typed file to this project?
I see you have some type hints already. Would you welcome pull requests to improve upon this?
Does atheris aim to continue supporting Python 3.6, or can that be updated now that 3.6 is EOL?
Would a py.typed file be acceptable once pytype passes?
The text was updated successfully, but these errors were encountered: