Update mypy-dev to 1.16.0a2 (#137542)

This commit is contained in:
Marc Mueller
2025-02-06 13:43:53 +01:00
committed by GitHub
parent f56d058443
commit a4fe0cbe7a
14 changed files with 21 additions and 16 deletions

View File

@@ -387,4 +387,4 @@ def _validate_state_det_rules(state_det_rules: Any) -> list[Any] | None:
except ValueError as exc:
_LOGGER.warning("Invalid state detection rules: %s", exc)
return None
return json_rules # type: ignore[no-any-return]
return json_rules