You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we don't do any type checking with MyPy. We also do not distribute a py.typed marker file which would allow MyPy to work with django_idom when it's installed in other projects.
Proposed Actions
Add type checking with mypy. Preferably we'd eventually check in --strict mode, but we don't have to start there.
Distribute a py.typed marker file.
The text was updated successfully, but these errors were encountered:
Current Situation
Right now, we don't do any type checking with MyPy. We also do not distribute a
py.typed
marker file which would allow MyPy to work withdjango_idom
when it's installed in other projects.Proposed Actions
mypy
. Preferably we'd eventually check in--strict
mode, but we don't have to start there.py.typed
marker file.The text was updated successfully, but these errors were encountered: