From 9b3e212ff40df7807a055cba726a26f98d4c4bb4 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Fri, 25 Oct 2024 12:28:10 -0400 Subject: [PATCH] Fix note admonition in mypy integration documentation (#10717) --- docs/integrations/mypy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations/mypy.md b/docs/integrations/mypy.md index 6692718983..afb2983e5e 100644 --- a/docs/integrations/mypy.md +++ b/docs/integrations/mypy.md @@ -71,6 +71,7 @@ To enable the plugin, just add `pydantic.mypy` to the list of plugins in your ``` !!! note + If you're using `pydantic.v1` models, you'll need to add `pydantic.v1.mypy` to your list of plugins. See the [plugin configuration](#configuring-the-plugin) for more details.