[run]
branch = True
omit =
    tests/*
    test_settings.py
[report]
exclude_lines =
    pragma: no cover
    raise NotImplementedError
    return NotImplemented
