Open mjpieters opened 2 hours ago
I just spotted a Javascript object representation in the output of --verifytypes prefect:
--verifytypes prefect
error: Type of metaclass "[object Object]" is partially unknown
This occurs 702 times in this specific project. Clearly something broke in how metaclasses are reported.
Reproduce with:
python -m venv prefect-pyright-verifytypes ./prefect-pyright-verifytypes/bin/pip install pyright prefect ./prefect-pyright-verifytypes/bin/pyright --verifytypes prefect
Thanks, this will be fixed in the next release.
@erictraut thanks, it never ceases to amaze me how incredibly fast you are with responding to issues!
I just spotted a Javascript object representation in the output of
--verifytypes prefect
:This occurs 702 times in this specific project. Clearly something broke in how metaclasses are reported.
Reproduce with:
Context