# -*- 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 =
    */xdgpsp/__main__.py
    */xdgpsp/command_input.py
    */xdgpsp/errors.py
    */xdgpsp/native_parallel.py
source = xdgpsp

[html]
show_contexts = True