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