[run]
source = src/algopy

[report]
show_missing = true
skip_covered = true
exclude_also =
    if .*TYPE_CHECKING:
    @(abc\.)?abstractmethod
    raise InternalError
