1f442f0443
Ignore parts that are never executed, such as protocols, overloaded and abstract methods.
13 lines
196 B
INI
13 lines
196 B
INI
[run]
|
|
source = gaphor
|
|
omit =
|
|
*/tests/*
|
|
gaphor/ui/uipreview.py
|
|
|
|
[report]
|
|
exclude_also =
|
|
if TYPE_CHECKING:
|
|
@abc\.abstractmethod
|
|
@overload
|
|
\.\.\.
|
|
raise NotImplementedError |