[flake8]
max-line-length = 100
ignore = E501
exclude =
    .git,
    __pycache__
    .history
    .venv
    venv
