sbdchd / mongo-types

:fallen_leaf: Type stubs for mongoengine, pymongo, and bson
Apache License 2.0
19 stars 8 forks source link

ref(mongoengine/fields): overload __new__ for pyright #41

Closed sbdchd closed 3 years ago

sbdchd commented 3 years ago

Pylance was complaining about params not existing when we overloaded the init. Still provided autocomplete for them though.

Pyright prefers overloading the new while mypy isn't picky.

rel: https://github.com/microsoft/pyright/issues/1550 rel: https://github.com/microsoft/pyright/issues/1211