[flake8]
max-line-length = 88
extend-ignore = E501,E266
per-file-ignores =
    __init__.py:F401,F403
    test_*.py:F405,F403
    conftest.py:F841
exclude =
    .git
    __pycache__
    build
    dist
    tmp
    theme
    fixtures
    .github
    .vscode