[flake8]
exclude =
    .venv,
    .git,
    __pycache__,
    build,
    dist,
    *.egg-info
