mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Update mypy-dev to 1.14.0a6 (#132440)
This commit is contained in:
@@ -43,13 +43,13 @@ 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",
|
||||
"warn_unused_ignores": "true",
|
||||
"enable_error_code": ", ".join( # noqa: FLY002
|
||||
[
|
||||
"deprecated",
|
||||
"ignore-without-code",
|
||||
"redundant-self",
|
||||
"truthy-iterable",
|
||||
|
Reference in New Issue
Block a user