matemat/setup.cfg
2018-08-18 02:44:09 +02:00

23 lines
214 B
INI

#
# 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