[run]
omit=
    .data/*
    .venv/*

    tests/*

branch = True

[report]
show_missing = True
skip_empty = True
exclude_lines=
    raise NotImplementedError
