microsoft / pyright

Static Type Checker for Python
Other
13.04k stars 1.39k forks source link

Added support for class declarations within an enum class body -- bot… #8385

Closed erictraut closed 1 month ago

erictraut commented 1 month ago

…h with and without @member and @nonmember decorators. This addresses #8366.

github-actions[bot] commented 1 month ago

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅