Show HN: A Python Language Server, Mypy-compatible
27 davidhalter 5 6/27/2025, 12:33:25 PM zubanls.com ↗
Having created Jedi in 2012, I started ZubanLS in 2020 to advance Python tooling. It understands Mypy config files and passes >95% of the relevant Mypy tests. AMA.
I did have the same thought as you at first though, and only carried on reading when I spotted that it was from the author of Jedi.
The foreign key stuff and missing reverse relations in types a big issue, but there's other stuff like warning about class Meta: being incompatible because you're inheriting an abstract model.
I'm yet to find a good guide on how to handle typing a django project, even if only to get vscode to do autocomplete.