22 lines
No EOL
227 B
INI
22 lines
No EOL
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 |