-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
chore: upgrade to mypy 0.902 #455
Conversation
Uses the new pyproject.toml configuration and much tighter checking, nearly --strict
527b163
to
a90a90d
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.
Lovely, thank you!
I left a comment about the coverage failure in CI (we should just disable it for these lines). Also, I'd prefer to separate the switch to PEP-517 from this PR. And having some small doubts about the use of Literal
.
Overall, this is great, thanks again!
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.
@theacodes @crwilcox |
Would need to rebase this on top of #457 or vice versa to handle the added dependency. |
Uses the new
pyproject.toml
MyPy configuration and much tighter checking, nearly--strict
. I only left about two strict flags turned off.