Add filter to strict-typing (#86215)

* Add filter to strict-typing

* Adjust comment
This commit is contained in:
epenet
2023-01-19 11:07:42 +01:00
committed by GitHub
parent 3f348714e2
commit 6802f3db30
3 changed files with 52 additions and 16 deletions

View File

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