It looks like dogpile does use type annotations internally, is there a reason why they are not being exported? The package needs to include a py.typed marker file for mypy to recognize that it may use the type annotations, otherwise it will treat the package as untyped.
It looks like dogpile does use type annotations internally, is there a reason why they are not being exported? The package needs to include a
py.typedmarker file for mypy to recognize that it may use the type annotations, otherwise it will treat the package as untyped.