1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Update pre-commit-config [Py310] (#86415)

This commit is contained in:
Marc Mueller
2023-01-23 09:59:44 +01:00
committed by GitHub
parent 6397138589
commit 4f87c1f30f
3 changed files with 5 additions and 7 deletions

View File

@@ -6,9 +6,8 @@ from collections.abc import Awaitable, Callable, Iterable
import dataclasses
from functools import partial, wraps
import logging
from typing import TYPE_CHECKING, Any, TypedDict, TypeVar
from typing import TYPE_CHECKING, Any, TypedDict, TypeGuard, TypeVar
from typing_extensions import TypeGuard
import voluptuous as vol
from homeassistant.auth.permissions.const import CAT_ENTITIES, POLICY_CONTROL