2021-04-30 17:30:24 +00:00
|
|
|
[run]
|
|
|
|
|
omit =
|
2021-06-10 23:21:08 +00:00
|
|
|
concurrency = multiprocessing
|
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
|
2021-07-22 23:58:17 +00:00
|
|
|
assert False
|
2023-12-18 07:27:35 +00:00
|
|
|
^\s*pass\b
|