-
Notifications
You must be signed in to change notification settings - Fork 6
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
mypy? (if so, strength?) #48
Comments
Merged
I'm in favor of using mypy, because I think it makes the code more readable. Go ahead and add type annotations if you want ;) |
I don't yet have a mypy config that we could use. Maybe we could re-use the one from pytest or maybe we are satisfied with the stock config, I don't have a stance on that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example of a strictly typed module: https://github.com/git-pull/gp-libs/blob/v0.0.1a9/src/pytest_doctest_docutils.py
Thoughts? Have you used mypy yet?
Basic mypy will pass out of the box on the project
The text was updated successfully, but these errors were encountered: