-
Notifications
You must be signed in to change notification settings - Fork 609
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
Adding pylint
#349
Adding pylint
#349
Conversation
assert_never() | ||
assert_never(opt) |
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.
@mskarlin fyi it looks like you didn't properly roll out assert_never
More just sharing for future reference
This is sort of a draft. Some of this is going to go away with |
Okay, it's ready for review |
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.
Nice work!
Introduces
pylint
into CI, suppresses a few more errors, and manually fixes all errors that came up