[flake8]
max-line-length = 88
# Match common Black/Ruff stacks; line length is not enforced strictly here.
extend-ignore = E203, E501
exclude =
    .git,
    .venv,
    build,
    dist
