1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-18 07:56:03 +01:00

Update mypy to 1.20.0 (#167000)

This commit is contained in:
Marc Mueller
2026-03-31 23:27:18 +02:00
committed by GitHub
parent b2047c1aca
commit 3b396814ae
15 changed files with 36 additions and 26 deletions

View File

@@ -50,7 +50,6 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
"no_implicit_optional": "true",
"warn_incomplete_stub": "true",
"warn_redundant_casts": "true",
"warn_unused_configs": "true",
"warn_unused_ignores": "true",
"enable_error_code": ", ".join( # noqa: FLY002
[