stefankoegl / python-json-patch

Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
434 stars 94 forks source link

Missing Type Hints #158

Open hf-kklein opened 4 months ago

hf-kklein commented 4 months ago

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.