microsoft / pyright

Static Type Checker for Python
Other
13.32k stars 1.45k forks source link

Fixed bug that results in a `reportIncompatibleMethodOverride` diagno… #8843

Closed erictraut closed 2 months ago

erictraut commented 2 months ago

…stic being reported in the wrong location in some cases involving decorators. This addresses #8842.

github-actions[bot] commented 2 months ago

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