# # 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