dan-woz
dan-woz
For reference, I reverted my Python version back to 3.12.8, and types appear to be working again. I suspect it's something in the 3.13 upgrade.
Okay, I haven't used mypy before, so this could be wrong, but it appears to get the typing correct with django-stubs installed. Here is my new source file `testo.py`. ```py...
How do I set up mypy to use django-types? I'm using the basic pyproject.toml configuration suggested in the django-stubs README, but running mypy with that config + django-types gives me...
Yeah, removing the mypy plugin line from my pyproject.toml seems to have worked. I'm also getting the correct type from `reveal_type` with mypy.