Skip to content
Snippets Groups Projects
.flake8 126 B
Newer Older
Bo-Chun Chen's avatar
Bo-Chun Chen committed
[flake8]
count = True
max-line-length = 79
show-source = True
statistics = True
exclude =
    .git,
    __pycache__,
    venv