dbrattli / Expression

Functional programming for Python
https://expression.readthedocs.io
MIT License
497 stars 32 forks source link

chore: update pyright #219

Closed phi-friday closed 3 months ago

phi-friday commented 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.

This allowed us to remove some of the old type: ignore.

see more: https://github.com/microsoft/pyright/releases/tag/1.1.374