Exclude TYPE_CHECKING

This commit is contained in:
Ludeeus
2021-08-29 11:55:27 +00:00
parent 4eef53c3f7
commit b0fbafa099

View File

@ -14,4 +14,8 @@ omit =
custom_components/hacs/__init__.py
# omit tests
tests/*
tests/*
[report]
exclude_lines =
if TYPE_CHECKING: