Closed redeboer closed 3 years ago
Closes #437
Unconstrain the TypeVar used in GraphElementPropertyMap so that Pyright can handle it. This allows upgrading Pyright to 1.1.100 and up, and therefore running it as a pre-commit hook.
TypeVar
GraphElementPropertyMap
@spflueger Not sure what effects 35f667c could have, but it doesn't look harmful
Closes #437
Unconstrain the
TypeVar
used inGraphElementPropertyMap
so that Pyright can handle it. This allows upgrading Pyright to 1.1.100 and up, and therefore running it as a pre-commit hook.