9 ms·
Mypy is currently the only one that can handle Django projects (because it has a plugin system and there's a plugin that can import your django code to infer ty
by craigds 2y ago
Mypy is currently the only one that can handle Django projects (because it has a plugin system and there's a plugin that can import your django code to infer types)
Unfortunately that massively limits its performance too since loading a large django codebase is pretty slow.