This package has type information, but ti doesn't ship a magic py.typed marker file. So MyPy refuses to actually use the type information in the package and instead throws an error saying that I need to somehow induce the library to ship a py.typed file, or else write all my own stubs with duplicate type information.
This package has type information, but ti doesn't ship a magic
py.typed
marker file. So MyPy refuses to actually use the type information in the package and instead throws an error saying that I need to somehow induce the library to ship apy.typed
file, or else write all my own stubs with duplicate type information.