[flake8]
max-line-length = 88
extend-ignore = E203, W503, W504
exclude =
    .git,
    __pycache__,
    .venv,
    dist,
    build
per-file-ignores =
    tests/*: S101
    __init__.py: F401
