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