mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
Remove pydantic v1 mypy plugin (#161901)
This commit is contained in:
2
mypy.ini
generated
2
mypy.ini
generated
@@ -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
|
||||
|
||||
@@ -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