easywks/setup.cfg
2021-09-27 23:40:10 +02:00

23 lines
214 B
INI

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