Complete remember the milk typing (#139123)

This commit is contained in:
Martin Hjelmare
2025-02-23 19:59:10 +01:00
committed by GitHub
parent 6ad6e82a23
commit 8f9f9bc8e7
5 changed files with 41 additions and 11 deletions

10
mypy.ini generated
View File

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