Commit 194cdbc
Sergey
fixup: ruff format + address Gemini review comments
- ruff format all changed files (CI enforces ruff format --check)
- _process_menu_flow_result: str | None type hint for intro_flow_id
- _process_menu_flow_result: narrow except to (HomeAssistantAPIError, TimeoutError)
- fetch_helper_flow_info: remove `and intro_flow_id` guard from MENU branch
(restores menu_options surfacing when intro_flow_id is absent)
- _try_raw_cdn: narrow except to httpx.RequestError
- test_tools_updates: use httpx.ConnectError in exception-continue test1 parent de3847c commit 194cdbc
9 files changed
Lines changed: 388 additions & 254 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
| 282 | + | |
286 | 283 | | |
287 | 284 | | |
288 | 285 | | |
| |||
304 | 301 | | |
305 | 302 | | |
306 | 303 | | |
307 | | - | |
308 | | - | |
309 | | - | |
| 304 | + | |
310 | 305 | | |
311 | 306 | | |
312 | 307 | | |
| |||
445 | 440 | | |
446 | 441 | | |
447 | 442 | | |
448 | | - | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
449 | 446 | | |
450 | 447 | | |
451 | 448 | | |
452 | 449 | | |
453 | 450 | | |
454 | 451 | | |
455 | 452 | | |
456 | | - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
457 | 456 | | |
458 | 457 | | |
459 | 458 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
431 | 433 | | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
437 | 441 | | |
438 | 442 | | |
439 | 443 | | |
| |||
0 commit comments