[run]
source = nti.externalization
# New in 5.0; required for the GHA coveralls submission.
relative_files = True
omit =
    */flycheck_*py
    */benchmarks/*py

[report]
exclude_lines =
    pragma: no cover
    raise NotImplementedError
    raise AssertionError
    Python 2
    if __name__ == .__main__.:
