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

Make implicit optional explicit #567

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

masa-08
Copy link
Contributor

@masa-08 masa-08 commented Feb 18, 2023

fix #561

Thanks for the great library.

Some type checks fail because implicit options are no longer allowed by default in mypy versions 0.98 and later.
This is a minor change since only OPTIONAL is explicitly specified.

I would appreciate your review and comments.

(This PR is a split of PR #562 , which was a mix of two issues.)

@SijmenHuizenga SijmenHuizenga merged commit 010236b into dbader:master Apr 9, 2023
@SijmenHuizenga
Copy link
Collaborator

Thank you!

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.

mypy v0.98 and later no longer allows implicit optional
2 participants