mirror of
https://github.com/hacs/integration.git
synced 2025-08-15 23:30:23 +00:00
Exclude TYPE_CHECKING
This commit is contained in:
@ -14,4 +14,8 @@ omit =
|
|||||||
custom_components/hacs/__init__.py
|
custom_components/hacs/__init__.py
|
||||||
|
|
||||||
# omit tests
|
# omit tests
|
||||||
tests/*
|
tests/*
|
||||||
|
|
||||||
|
[report]
|
||||||
|
exclude_lines =
|
||||||
|
if TYPE_CHECKING:
|
Reference in New Issue
Block a user