1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

Improve OpenSky typing (#93666)

* Add types to OpenSky

* Update .strict-typing

* Add types to OpenSky
This commit is contained in:
Joost Lekkerkerker
2023-05-28 02:58:04 +02:00
committed by GitHub
parent 5f5951e71c
commit fad3a4e168
3 changed files with 20 additions and 7 deletions

View File

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