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:
@@ -36,7 +36,6 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
|
||||
"plugins": ", ".join( # noqa: FLY002
|
||||
[
|
||||
"pydantic.mypy",
|
||||
"pydantic.v1.mypy",
|
||||
]
|
||||
),
|
||||
"show_error_codes": "true",
|
||||
|
||||
Reference in New Issue
Block a user