Enable strict typing for minecraft_server (#107262)

This commit is contained in:
Marc Mueller
2024-01-05 18:38:31 +01:00
committed by GitHub
parent 3a94dd6578
commit de72bbfaad
5 changed files with 25 additions and 5 deletions
+10
View File
@@ -2391,6 +2391,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.minecraft_server.*]
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.mjpeg.*]
check_untyped_defs = true
disallow_incomplete_defs = true