Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
404 contributions in the last year
Activity overview
Contribution activity
December 2020
Created an issue in microsoft/pyright that received 2 comments
Unable to compare types anymore
Hello! Looks like in the latest release pyright thinks that it's not okay to compare types for equality:
type('foo') == type('foo')
Operator "==" n…