akx / django-enumfields2

Real Python Enums for Django
Other
9 stars 0 forks source link

Add type hints #10

Open johnthagen opened 3 months ago

johnthagen commented 3 months ago

It would be nice for those using Mypy and django-stubs for type checking if django-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.