[flake8]
max-line-length = 120
exclude = .venv,dist,docs,build,*.egg,.git,__pycache__
count = true
show-source = true
statistics = true
