[flake8]
max-line-length = 120
exclude =
    .git,
    __pycache__,
    env/,
    venv/,
    .venv/,
    .mypy_cache/,
    client_api_sdk.egg-info/,
    .pytest_cache/
ignore =
    E203,
    W503  