Replace aiogithub dependency with pynecil update check (#133213)

This commit is contained in:
Manu
2024-12-15 11:48:11 +01:00
committed by GitHub
parent 879d809e5a
commit 314076b85f
10 changed files with 38 additions and 40 deletions

View File

@@ -2465,6 +2465,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.iron_os.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.islamic_prayer_times.*]
check_untyped_defs = true
disallow_incomplete_defs = true