22 lines
227 B
INI
22 lines
227 B
INI
|
|
||
|
#
|
||
|
# PyCodestyle
|
||
|
#
|
||
|
|
||
|
[pycodestyle]
|
||
|
max-line-length = 120
|
||
|
statistics = True
|
||
|
|
||
|
#
|
||
|
# Coverage
|
||
|
#
|
||
|
|
||
|
[run]
|
||
|
branch = True
|
||
|
parallel = True
|
||
|
source = multischleuder/
|
||
|
|
||
|
[report]
|
||
|
show_missing = True
|
||
|
include = multischleuder/*
|
||
|
omit = */test/*.py
|