10 lines
152 B
INI
10 lines
152 B
INI
[run]
|
|
omit =
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
if TYPE_CHECKING:
|
|
if typing.TYPE_CHECKING:
|
|
def __repr__
|
|
raise AssertionError
|