[flake8]
max-line-length=90
exclude=
    .venv*
    assets/*
    build/*
ignore=E203
