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

Switch to explicit typing.Optional for type hints #513

Merged
merged 3 commits into from Mar 1, 2022

Conversation

michaeloliverx
Copy link
Member

@michaeloliverx michaeloliverx commented Mar 1, 2022

Adds no_implicit_optional = True to Mypy config and fixes all errors.

Fixes #512

Copy link
Member

@tomchristie tomchristie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup - all looks good.
Thanks for putting in the work!

@tomchristie
Copy link
Member

Thanks so much. I've sent you an invite to the maintainers team, @michaeloliverx.

Don't feel obligated to accept it. But if you would like to, then you'll have permissions to be able to merge pull requests, and give reviews that allow pull requests to be merged.

@michaeloliverx
Copy link
Member Author

Thanks @tomchristie I really appreciate it.

@tomchristie tomchristie merged commit 44b8eed into encode:master Mar 1, 2022
@michaeloliverx michaeloliverx deleted the michaeloliverx/issue512 branch March 1, 2022 12:01
@tomchristie tomchristie mentioned this pull request May 16, 2022
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.

Switch to explicit typing.Optional for type hints
2 participants