[flake8]
max-line-length = 100
exclude =
    .git,
    __pycache__,
    .venv,
    .aico/*
