prometheus-tlsrpt-exporter/setup.cfg
s3lph 264e9a5dcf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Initial commit
2023-07-23 20:19:37 +02:00

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