[flake8]
max-line-length = 160
extend-ignore = C901
exclude =
    .git,
    .mypy_cache,
    .pytest_cache,
    .venv,
    .env,
    build,
    dist,
    docs,
    logs,
    dispatcher.egg-info,
    dispatcherd.egg-info,
    benchmark_data.json
max-complexity = 10
