[run]
branch = True
omit =
    .tox/*
    setup.py
    stack_tracer.py

[report]
exclude_lines =
    pragma: no cover
    raise NotImplementedError
