1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Update mypy-dev to 1.14.0a2 (#129625)

This commit is contained in:
Marc Mueller
2024-11-02 19:15:50 +01:00
committed by GitHub
parent 5bd63bb56b
commit 4f20977a8e
5 changed files with 5 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
"local_partial_types": "true",
"strict_equality": "true",
"no_implicit_optional": "true",
"report_deprecated_as_error": "true",
"warn_incomplete_stub": "true",
"warn_redundant_casts": "true",
"warn_unused_configs": "true",