# # PyCodestyle # [pycodestyle] max-line-length = 120 statistics = True # # Coverage # [run] branch = True parallel = True source = multischleuder/ [report] show_missing = True include = multischleuder/* omit = */test/*.py