[flake8]
max-line-length = 88
ignore =
    E203,
    E266,
    E501,
    W503
exclude =
    __pycache__,
    build/,
    dist/,
    .venv/,
    .git/
