Add Onkyo to strict typing (#124617)

This commit is contained in:
Artur Pragacz
2024-09-04 19:11:34 +02:00
committed by GitHub
parent 7266a16295
commit bad305dcbf
3 changed files with 31 additions and 14 deletions

View File

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