-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bugSomething isn't workingSomething isn't workingmypyRelated to mypy lintingRelated to mypy lintingtypesRelated to type hintsRelated to type hints
Description
mypy
is complaining that the decorators don't have types:
The package does have types, also on the decorators, but they are not exported because there is not py.typed
file. The easy fix is to add this file and release a new version of the package.
More information about py.typed
:
https://peps.python.org/pep-0561/
https://mypy.readthedocs.io/en/stable/installed_packages.html
antont and thanhbinh01234
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingmypyRelated to mypy lintingRelated to mypy lintingtypesRelated to type hintsRelated to type hints