[flake8]
max-line-length = 99
ignore = E741, W503, E203
exclude =
    .direnv,
    .venv,
    __pycache__,
    env,
    venv
