python-json-patch
python-json-patch copied to clipboard
Missing Type Hints
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.