Files
Hippolyzer/.coveragerc

10 lines
152 B
Plaintext
Raw Normal View History

2021-04-30 17:30:24 +00:00
[run]
omit =
2021-05-31 10:32:01 +00:00
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
if typing.TYPE_CHECKING:
def __repr__
raise AssertionError