Add bitcoin to strict typing (#85049)

This commit is contained in:
epenet
2023-01-03 13:44:06 +01:00
committed by GitHub
parent a0d41e1d97
commit 4cea5420b3
3 changed files with 19 additions and 12 deletions

View File

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