easywks/setup.cfg

23 lines
214 B
INI
Raw Normal View History

2021-09-27 23:40:10 +02:00
#
# 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