-
Notifications
You must be signed in to change notification settings - Fork 42
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
[IO-1561] Mypy cleanup #652
Conversation
IO-1561 Clean up linting and mypy errors
Work through the backlog of linter and typing errors
|
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.
Some stuff to respond to before approval, but no outright issues to change.
We should address pytest tests without imports and and run blocks at the bottom globally soon too - not directly relevant to this
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.
All resolved, thanks
* mypy cleanup * drop mypy settings that don't work * np typing change * remove overrides * Literal fix
Problem
Lots of mypy typing errors exist within the old code
Solution
Begin cleanup of mypy typing issues
Changelog
Some existing mypy typing issues resolved