Fix mypy plugin link in doc (#2747)

This commit is contained in:
Rémi Benoit
2021-06-01 22:35:10 +02:00
committed by GitHub
parent 2549c3012d
commit 920d71b708
+1 -1
View File
@@ -31,7 +31,7 @@ _(This script is complete, it should run "as is")_
keyword argument `config` which has the same meaning as [Config](model_config.md).
!!! warning
After v1.2, [The Mypy plugin](/mypy_plugin.md) must be installed to type check _pydantic_ dataclasses.
After v1.2, [The Mypy plugin](mypy_plugin.md) must be installed to type check _pydantic_ dataclasses.
For more information about combining validators with dataclasses, see
[dataclass validators](validators.md#dataclass-validators).