Skip to content
Snippets Groups Projects
setup.cfg 162 B
[flake8]
max-line-length = 120
docstring-convention = google

[coverage:report]
exclude_lines =
    if __name__ == '__main__':

[coverage:run]
omit =
    */cli.py