Closed phi-friday closed 3 months ago
Starting with pyright>=1.1.374, a big change to TypeVar has been announced, which is said to fix a number of errors reported over the past year.
pyright>=1.1.374
TypeVar
This allowed us to remove some of the old type: ignore.
type: ignore
see more: https://github.com/microsoft/pyright/releases/tag/1.1.374
Starting with
pyright>=1.1.374
, a big change toTypeVar
has been announced, which is said to fix a number of errors reported over the past year.This allowed us to remove some of the old
type: ignore
.see more: https://github.com/microsoft/pyright/releases/tag/1.1.374