[flake8]
max-line-length = 88
extend-ignore = E203,W503,E501,F401
exclude =
    __pycache__,
    .git,
    .pytest_cache,
    .ruff_cache,
    build,
    dist,
    tests
