Files
Hippolyzer/.coveragerc
2021-05-31 10:33:28 +00:00

10 lines
152 B
INI

[run]
omit =
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
if typing.TYPE_CHECKING:
def __repr__
raise AssertionError