-
Notifications
You must be signed in to change notification settings - Fork 709
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
Core: some low-hanging fruit on the strict type check #3416
base: main
Are you sure you want to change the base?
Conversation
…nto type-check-easy
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.
changes look reasonable, don't fully understand the pyright
specific changes, but didn't seem wrong on light googling
purely a code review, did not run any code/tests on my machine
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.
Ran locally and everything LGTM
What is this fixing or adding?
Just some low-hanging fruit on the task of moving core towards strict type checking.
A few are empty
__init__.py
files, but it's still good to type check them because code could be added to them in the future.A few required no changes.
A few required small changes.
bump pyright version
How was this tested?
just what's done in CI