Bump fyta_cli to 0.6.0 (#123816)
* Bump fyta_cli to 0.5.1 * Code adjustments to enable strit typing * Update homeassistant/components/fyta/__init__.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update diagnostics * Update config_flow + init (ruff) * Update sensor * Update coordinator * Update homeassistant/components/fyta/diagnostics.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/fyta/diagnostics.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/fyta/sensor.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Set one ph sensor to null/none * Update sensor * Clean-up (ruff) --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
10
mypy.ini
10
mypy.ini
@@ -1726,6 +1726,16 @@ disallow_untyped_defs = true
|
||||
warn_return_any = true
|
||||
warn_unreachable = true
|
||||
|
||||
[mypy-homeassistant.components.fyta.*]
|
||||
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.generic_hygrostat.*]
|
||||
check_untyped_defs = true
|
||||
disallow_incomplete_defs = true
|
||||
|
||||
Reference in New Issue
Block a user