[run]
branch = True

[report]
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover
    if TYPE_CHECKING:
show_missing = True
fail_under = 100
