From 4a6d1fc7343283d8d2ad004abdf933d498fe4f43 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Tue, 4 Oct 2022 23:12:54 +1300 Subject: [PATCH] Fix typo in .strict-typing (#79584) --- .strict-typing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.strict-typing b/.strict-typing index 303f732018c..2390ab8373d 100644 --- a/.strict-typing +++ b/.strict-typing @@ -2,7 +2,7 @@ # If component is fully covered with type annotations, please add it here # 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'. # --- Only for core file! --- homeassistant.exceptions