|
|
|
|
|
by craigds
499 days 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. |
|