Skip to content
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

Perform type-checking in CI #203

Closed
wants to merge 2 commits into from
Closed

Perform type-checking in CI #203

wants to merge 2 commits into from

Conversation

daviddrysdale
Copy link
Owner

No description provided.

To allow mypy to run successfully it needs to have various imports from
the `typing` module available.  However, we don't want to add those as
permanent dependencies of this library, so hack the code for the mypy
CI step to add the typing imports.
Also update metadata generation tool to emit type annotation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant