mmcloughlin / luhn

Generate and verify Luhn check digits
MIT License
44 stars 14 forks source link

Missing Type Hints #7

Open hf-kklein opened 1 year ago

hf-kklein commented 1 year ago

This package has no type hints. I could provide a PR to add them but it won't be compatible with Python 2. Is this fine or does any future version need to support python 2?

MyPy warning:

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