Add scrape to strict-typing (#86515)

This commit is contained in:
epenet
2023-01-24 14:11:56 +01:00
committed by GitHub
parent a9533c72fc
commit 44beb350cd
3 changed files with 14 additions and 3 deletions

View File

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