prometheus-tlsrpt-exporter/setup.cfg

23 lines
230 B
INI
Raw Permalink Normal View History

2023-07-23 20:19:37 +02:00
#
# 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