1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

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

View File

@@ -36,7 +36,6 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
"plugins": ", ".join( # noqa: FLY002
[
"pydantic.mypy",
"pydantic.v1.mypy",
]
),
"show_error_codes": "true",