[flake8]
max-line-length = 140
max-complexity = 10
ignore =
    E203,
    E266,
    E501,
    W503,
    E306,
exclude =
    .git,
    .mypy_cache,
    .pytest_cache,
    __pycache__,
    build,
    dist,
    venv,
per-file-ignores =
    __init__.py:F401
    fjerkroa_bot/igdblib.py:C901
    fjerkroa_bot/openai_responder.py:C901
