[flake8]
max-line-length = 88
extend-ignore = E203
exclude =
    .tox,
    __pycache__,
    *.pyc,
    .env,
    venv*,
    .venv,
    reports,
    dist,
    data,
    .benchmark_workspaces,
    .autogpt,
