mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
[ci] Fix typing issue with aiohttp and aiosignal (#148141)
This commit is contained in:
parent
8ce30d9559
commit
783102f2f6
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -37,7 +37,7 @@ on:
|
||||
type: boolean
|
||||
|
||||
env:
|
||||
CACHE_VERSION: 3
|
||||
CACHE_VERSION: 4
|
||||
UV_CACHE_VERSION: 1
|
||||
MYPY_CACHE_VERSION: 1
|
||||
HA_SHORT_VERSION: "2025.8"
|
||||
|
@ -64,7 +64,7 @@ def setup_bans(hass: HomeAssistant, app: Application, login_threshold: int) -> N
|
||||
"""Initialize bans when app starts up."""
|
||||
await app[KEY_BAN_MANAGER].async_load()
|
||||
|
||||
app.on_startup.append(ban_startup)
|
||||
app.on_startup.append(ban_startup) # type: ignore[arg-type]
|
||||
|
||||
|
||||
@middleware
|
||||
|
Loading…
x
Reference in New Issue
Block a user