-
Notifications
You must be signed in to change notification settings - Fork 14
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
mypy errors #108
mypy errors #108
Conversation
nice. i know you didn't call this ready but i loaded it up and found all tests pass and mypy says "Found 114 errors in 32 files (checked 204 source files)". that's good progress. when i run |
Thanks for looking through this! I actually explicitly excluded the tests from mypy so I could focus on the core package but we could remove that and start working on all the errors. |
Also, if you do |
Phew okay, I've gotten through all the mypy errors and this is now ready for review. I've also added a new CI step that runs mypy to check for type errors. |
@nreinicke i'm not sure why, but, for some reason, when i sync your branch, i don't have the fix for vehicle_state_ops that _ignore_s the type check for vehicle_state.route. my copy of your branch:
that's even after doing a fresh clone of the repo and pulling to the ndr/90-mypy-errors branch. 🤔 edit: oh, wait, just stepped through the file changes, and it doesn't look like there's a change on line 190. here's the error message i get:
thank you for this heroic effort! |
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.
i had an issue but after upgrading my version of mypy it was resolved.
this is super awesome when mixed with the CI call. thank you!!! 🐝
Closes #90 by picking off the large list of mypy errors.