blessings icon indicating copy to clipboard operation
blessings copied to clipboard

blessings lacks type hints

Open ssbarnea opened this issue 3 years ago • 2 comments

Apparently blessings does not have type hinting, yet:

error: Skipping analyzing 'blessings': found module but no type hints or library stubs
note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports

ssbarnea avatar Sep 16 '20 12:09 ssbarnea

there is WIP to add this to blessed which is API compatible with blessings, https://github.com/jquast/blessed/issues/190

jquastk avatar Feb 05 '21 10:02 jquastk

blessed has type hints since version 1.18.0 and is API compatible with blessings if that is of interest to you

jquast avatar Feb 25 '21 01:02 jquast