Open Jonesus opened 2 years ago
I need to figure out how to automate testing stubs. Maybe have a folder full of random implementation files, and run both mypy and pyright against them on a CI job?
mypy
pyright
I need to figure out how to automate testing stubs. Maybe have a folder full of random implementation files, and run both
mypy
andpyright
against them on a CI job?