Reimplement popular Mypy plugins #15828
Labels
needs-decision
Awaiting a decision from a maintainer
needs-design
Needs further design before implementation
red-knot
Multi-file analysis & type inference
Description
In order to migrate from Mypy to Ruff for static type checking, one thing users may need are reimplementations of the most popular Mypy plugins.
Assuming for a moment that exposing a Mypy-compatible plugin interface is out of scope, the following Mypy plugins are ones I've seen in wide use within the community and could be considered:
django-stubs
: https://github.com/typeddjango/django-stubs?tab=readme-ov-file#installationdjangorestframework-stubs
: https://github.com/typeddjango/djangorestframework-stubs?tab=readme-ov-file#installationAnother list of Mypy plugins I found:
Related to
The text was updated successfully, but these errors were encountered: