Open bpkroth opened 1 year ago
It'd be nice if emukit supported type checking via mypy. Right now we get this error message when used in a client package:
mypy
error: Skipping analyzing "emukit": module is installed, but missing library stubs or py.typed marker
good point, thanks! we'll consider adding this
It'd be nice if emukit supported type checking via
mypy
. Right now we get this error message when used in a client package: