2019-12-28 14:44:08 +01:00
|
|
|
[run]
|
|
|
|
|
|
|
|
source =
|
|
|
|
typer
|
|
|
|
tests
|
2020-07-09 22:09:53 +02:00
|
|
|
docs_src
|
2019-12-28 14:44:08 +01:00
|
|
|
|
|
|
|
parallel = True
|
2022-11-05 00:08:30 +01:00
|
|
|
context = '${CONTEXT}'
|
2023-04-26 01:29:50 +02:00
|
|
|
|
|
|
|
[report]
|
|
|
|
precision = 2
|
|
|
|
exclude_lines =
|
|
|
|
pragma: no cover
|
|
|
|
pragma: nocover
|
|
|
|
pragma no cover
|
|
|
|
raise NotImplementedError
|
|
|
|
raise NotImplemented
|
|
|
|
@overload
|
|
|
|
if TYPE_CHECKING:
|