Add azure_storage as backup agent (#134085)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Josef Zweck
2025-02-24 20:59:51 +01:00
committed by GitHub
parent 2451e5578a
commit dc92e912c2
21 changed files with 1169 additions and 0 deletions

10
mypy.ini generated
View File

@@ -785,6 +785,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.azure_storage.*]
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.backup.*]
check_untyped_defs = true
disallow_incomplete_defs = true