[flake8]
max-line-length = 120
extend-ignore = E203, E501, W503
exclude =
    .git,
    .venv,
    __pycache__,
    build,
    dist,
    *.egg-info,
    .litellm,
    archive,
    */archive/*,
per-file-ignores =
    __init__.py:F401,F403
    tests/*.py:E402,F401
