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