From e2d90725439eaab50ad21fd933008ebbe2482c94 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Sun, 22 May 2022 16:15:28 +0100 Subject: Use pydantic plugin first Some hooks are completely overrideen by mypy_zope, without the chance to yield to other plugins --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 664be4e60d..9d2fdda792 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,6 +1,6 @@ [mypy] namespace_packages = True -plugins = mypy_zope:plugin, pydantic.mypy, scripts-dev/mypy_synapse_plugin.py +plugins = pydantic.mypy, mypy_zope:plugin, scripts-dev/mypy_synapse_plugin.py follow_imports = normal check_untyped_defs = True show_error_codes = True -- cgit 1.5.1