EmuKit/emukit

mypy static type checking support

bpkroth opened this issue · 1 comments

It'd be nice if emukit supported type checking via mypy. Right now we get this error message when used in a client package:

error: Skipping analyzing "emukit": module is installed, but missing library stubs or py.typed marker

good point, thanks! we'll consider adding this