#
# PyCodestyle
[pycodestyle]
max-line-length = 120
statistics = True
# Coverage
[run]
branch = True
parallel = True
source = matemat/
[report]
show_missing = True
include = matemat/*
omit = */test/*.py