mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Fix typo in .strict-typing (#79584)
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
# If component is fully covered with type annotations, please add it here
|
# If component is fully covered with type annotations, please add it here
|
||||||
# to enable strict mypy checks.
|
# to enable strict mypy checks.
|
||||||
|
|
||||||
# Stict typing is enabled by default for core files.
|
# Strict typing is enabled by default for core files.
|
||||||
# Add it here to add 'disallow_any_generics'.
|
# Add it here to add 'disallow_any_generics'.
|
||||||
# --- Only for core file! ---
|
# --- Only for core file! ---
|
||||||
homeassistant.exceptions
|
homeassistant.exceptions
|
||||||
|
Reference in New Issue
Block a user