We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c646658 commit 3ffec2aCopy full SHA for 3ffec2a
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ on:
37
type: boolean
38
39
env:
40
- CACHE_VERSION: 3
+ CACHE_VERSION: 4
41
UV_CACHE_VERSION: 1
42
MYPY_CACHE_VERSION: 1
43
HA_SHORT_VERSION: "2025.7"
homeassistant/components/http/ban.py
@@ -64,7 +64,7 @@ async def ban_startup(app: Application) -> None:
64
"""Initialize bans when app starts up."""
65
await app[KEY_BAN_MANAGER].async_load()
66
67
- app.on_startup.append(ban_startup)
+ app.on_startup.append(ban_startup) # type: ignore[arg-type]
68
69
70
@middleware
0 commit comments