From 2ae9998d6d1420c241ed41a28ec9e8fab02510e0 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 30 Jan 2025 08:19:24 -0500 Subject: [PATCH 1/2] Add Pydantic and Django Mypy plugins --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c380664..564bc4e 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,9 @@ Collection of awesome Python types, stubs, plugins, and tools to work with them. - [mypy/plugins](https://github.com/python/mypy/tree/master/mypy/plugins) - Plugins already integrated into mypy. - [numpy](https://numpy.org/devdocs/reference/typing.html) - Plugin for [NumPy](https://numpy.org) support. - [pynamodb-mypy](https://github.com/pynamodb/pynamodb-mypy) - Plugin for [PynamoDB](https://github.com/pynamodb/PynamoDB) support. +- [pydantic](https://docs.pydantic.dev/latest/integrations/mypy/) - Plugin for additional [Pydantic](https://docs.pydantic.dev/latest/) support. +- [django-stubs](https://github.com/typeddjango/django-stubs) - Plugin for [Django](https://www.djangoproject.com/) support. +- [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) - Plugin for [Django REST framework](https://www.django-rest-framework.org/) support. ## Integrations From 5c6ca0c7fb1d3eca747e532c09d91813991b5faf Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 30 Jan 2025 08:21:02 -0500 Subject: [PATCH 2/2] Remove Django stub packages already listed in the guide --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 564bc4e..2ae204d 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,6 @@ Collection of awesome Python types, stubs, plugins, and tools to work with them. - [numpy](https://numpy.org/devdocs/reference/typing.html) - Plugin for [NumPy](https://numpy.org) support. - [pynamodb-mypy](https://github.com/pynamodb/pynamodb-mypy) - Plugin for [PynamoDB](https://github.com/pynamodb/PynamoDB) support. - [pydantic](https://docs.pydantic.dev/latest/integrations/mypy/) - Plugin for additional [Pydantic](https://docs.pydantic.dev/latest/) support. -- [django-stubs](https://github.com/typeddjango/django-stubs) - Plugin for [Django](https://www.djangoproject.com/) support. -- [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) - Plugin for [Django REST framework](https://www.django-rest-framework.org/) support. ## Integrations