From 727649905d4546868c483da0b69d9cc88dba5ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 27 Apr 2025 09:09:37 +0300 Subject: [PATCH] Update url-normalize typing status --- homeassistant/components/huawei_lte/quality_scale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/huawei_lte/quality_scale.yaml b/homeassistant/components/huawei_lte/quality_scale.yaml index abec3d13e6e..712325a63be 100644 --- a/homeassistant/components/huawei_lte/quality_scale.yaml +++ b/homeassistant/components/huawei_lte/quality_scale.yaml @@ -93,4 +93,4 @@ rules: comment: Underlying huawei-lte-api does not use aiohttp or httpx, so not sure if we can do anything about this. strict-typing: status: todo - comment: Integration is strictly typechecked already, and huawei-lte-api is in order. stringcase is not typed, and url-normalize as of 2.2.0 is missing the py.typed marker, https://github.com/niksite/url-normalize/pull/41 + comment: Integration is strictly typechecked already, and huawei-lte-api and url-normalize are in order. stringcase is not typed.