Open johnthagen opened 3 months ago
It would be nice for those using Mypy and django-stubs for type checking if django-enumfields2 also supported type checking.
django-stubs
django-enumfields2
This would involve adding the type hints, and then when complete including a py.typed file to the built wheel.
py.typed
It would be nice for those using Mypy and
django-stubs
for type checking ifdjango-enumfields2
also supported type checking.This would involve adding the type hints, and then when complete including a
py.typed
file to the built wheel.