mypy static type checking support
bpkroth opened this issue · 1 comments
bpkroth commented
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
apaleyes commented
good point, thanks! we'll consider adding this