mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Update mypy-dev to 1.14.0a7 (#133390)
This commit is contained in:
@ -47,6 +47,7 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
|
||||
# Enable some checks globally.
|
||||
"local_partial_types": "true",
|
||||
"strict_equality": "true",
|
||||
"strict_bytes": "true",
|
||||
"no_implicit_optional": "true",
|
||||
"warn_incomplete_stub": "true",
|
||||
"warn_redundant_casts": "true",
|
||||
|
Reference in New Issue
Block a user