Remove pydantic v1 mypy plugin (#161901)

This commit is contained in:
Marc Mueller
2026-01-30 11:19:06 +01:00
committed by GitHub
parent 81f6136bda
commit c7444d38a1
2 changed files with 1 additions and 2 deletions

2
mypy.ini generated
View File

@@ -5,7 +5,7 @@
[mypy]
python_version = 3.14
platform = linux
plugins = pydantic.mypy, pydantic.v1.mypy
plugins = pydantic.mypy
show_error_codes = true
follow_imports = normal
local_partial_types = true