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

    # Exclude examples from tests
    */examples/*
    */.examples/*
    tests/*

branch = True

[report]
show_missing = True
skip_empty = True
exclude_also=
    raise NotImplementedError
    if __name__ == .__main__.:
    @(abc\.)?abstractmethod