-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
PR: Add command line support for Mypy #337
Conversation
Going to need #335 for tests to pass here, BTW |
f751e23
to
83f3cb6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @CAM-Gerlach ! Left some comments regarding the description in the README for the command and a missing header for a file otherwise this LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @CAM-Gerlach for your help with this! I left some minor comments, otherwise looks good to me.
Co-authored-by: Carlos Cordoba <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @CAM-Gerlach!
Adds a CLI to inject the appropriate arguments into a user's Mypy invocation to ensure proper type checking. Also provides an easy way to check the currently selected Qt binding and QtPy's version.
This is based on #217 , rebased and updated for QtPy 2.x, with a number of other improvements, fixes and refinements.
Fixes #216
Closes #217