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:
committed by
GitHub
parent
5f5951e71c
commit
fad3a4e168
10
mypy.ini
10
mypy.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user