[flake8]
max-line-length = 92
extend-ignore = E203
exclude =
    .git,
    __pycache__,
    build,
    dist,
    .venv
