-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
FR: Contributing type hints to pytest-qt #432
Comments
Just to link the issues, there's been a discussion/work in #417 also. |
Thank you, I should have looked more closely. Would you like me to close this issue and continue discussions there? Specifically, I'm interested in knowing if the |
Definitely! 👍
Inline, as we only support Python 3.7+, and adding them to Let's close this then and keep the discussion in #417 only. 👍 |
I would like to contribute type hinting to
pytest-qt
.@The-Compiler If you are comfortable with this,
pytest-qt-stubs
ortypes-pytest-qt
) or as part of the code?Options are specified here: PEP 561
For starters, here is my stub for
qtbot.py
:The text was updated successfully, but these errors were encountered: