Code quality improvements for Mastodon (#84320)

This commit is contained in:
Franck Nijhof
2022-12-21 02:32:29 +01:00
committed by GitHub
parent ba94485ca1
commit a1ed09f2cc
5 changed files with 37 additions and 13 deletions

View File

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