# -*- coding: utf-8; mode: conf; -*-

[report]
exclude_lines =
    pragma: no cover
    if __name__ == '__main__':
    def __repr__
    @nb\.vectorize
    @nb\.njit
    @nb\.jit
ignore_errors = True

[run]
omit =
    */ppsi/*/__main__.py
    */ppsi/*/command_input.py
    */ppsi/common/errors.py
source = ppsi

[html]
show_contexts = True
