python-json-patch icon indicating copy to clipboard operation
python-json-patch copied to clipboard

Missing Type Hints

Open hf-kklein opened this issue 1 year ago • 0 comments

To reproduce:

import jsonpatch

Run mypy:

error: Skipping analyzing "jsonpatch": module is installed, but missing library stubs or py.typed marker [import-untyped]

I guess, we need to drop 2.7 first (#140), before adding type hints makes any sense.

hf-kklein avatar Feb 15 '24 13:02 hf-kklein